Html Css Color HEX #6AC3FE Maya Blue

📋 copy color: '#6AC3FE'

red 106 ◦ green 195 ◦ blue 254

#6AC3FE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Maya Blue #6AC3FE

Tints of Maya Blue #6AC3FE

RGB

 RED value IS 106 (41.8% from 255) = 19.1%

 GREEN value IS 195 (76.56% from 255) = 35.14%

 BLUE value IS 254 (99.61% from 255) = 45.77%

R = 19.1%
G = 35.14%
B = 45.77%

CMYK

 C value IS 0.58

 M value IS 0.23

 Y value IS 0

 K value IS 0.00

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#6AC3FE (or 0x6AC3FE) is known color: Maya Blue. HEX triplet: 6A, C3 and FE. RGB value is (106,195,254). Sum of RGB (Red+Green+Blue) = 106+195+254=555 (73% of max value = 765). Red value is 106 (41.80% from 255 or 19.10% from 555); Green value is 195 (76.56% from 255 or 35.14% from 555); Blue value is 254 (99.61% from 255 or 45.77% from 555); Max value from RGB is 254 - color contains mainly: blue. Hex color #6AC3FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6AC3FE is #953C01. Grayscale: #AEAEAE. Windows color (decimal): -9780226 or 16696170. OLE color: 16696170.

HSL color Cylindrical-coordinate representation of color #6AC3FE: hue angle of 203.92º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6AC3FE is Cyan = 0.58, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 106 195 254 -
CMYK 0.58 0.23 0 0.00
HSL 203.92º 0.99% 0.71% -
HSV(B) 203.92º 0.58% 1% -
XYZ 43.35 49.25 100.99 -
YUV 175.12 172.51 78.7 -
System Red Green Blue C M Y K H S L
Decimal 106 195 254 0.58 0.23 0 0.00 203.92 0.99 0.71
Hex 6A C3 FE 3A 17 0 0 CC 63 47
Octal 152 303 376 72 27 0 0 314 143 107
Binary 1101010 11000011 11111110 111010 10111 0 0 11001100 1100011 1000111

Color Harmonies of #6AC3FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AC3FE

Black with #6AC3FE

Text Example


Text Example

White with #6AC3FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6AC3FE; }

 p { color: rgb(106,195,254); }

 H1.HeaderClassName
 {
   color: #6AC3FE;
 }
 .AnyTagClassName
 {
   color: #6AC3FE;
 }
</style>

background-color css

<style>
 a { background-color: #6AC3FE; }

 a { background-color: rgb(106,195,254); }

 div.DivClassName
 {
   background-color: #6AC3FE;
 }
 .BgClassName
 {
   background-color: #6AC3FE;
 }
</style>

border-color css

<style>
 span { border-color: #6AC3FE; }

 span { border-color: rgb(106,195,254); }

 td.TdClassName
 {
   border-color: #6AC3FE;
 }
 .TagClassName
 {
   border-color: #6AC3FE;
 }
</style>