Html Css Color HEX #6AC8F7 Maya Blue

📋 copy color: '#6AC8F7'

red 106 ◦ green 200 ◦ blue 247

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

Shades of Maya Blue #6AC8F7

Tints of Maya Blue #6AC8F7

RGB

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

 GREEN value IS 200 (78.52% from 255) = 36.17%

 BLUE value IS 247 (96.88% from 255) = 44.67%

R = 19.17%
G = 36.17%
B = 44.67%

CMYK

 C value IS 0.57

 M value IS 0.19

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#6AC8F7 (or 0x6AC8F7) is known color: Maya Blue. HEX triplet: 6A, C8 and F7. RGB value is (106,200,247). Sum of RGB (Red+Green+Blue) = 106+200+247=553 (73% of max value = 765). Red value is 106 (41.80% from 255 or 19.17% from 553); Green value is 200 (78.52% from 255 or 36.17% from 553); Blue value is 247 (96.88% from 255 or 44.67% from 553); Max value from RGB is 247 - color contains mainly: blue. Hex color #6AC8F7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6AC8F7 is #953708. Grayscale: #B0B0B0. Windows color (decimal): -9778953 or 16238698. OLE color: 16238698.

HSL color Cylindrical-coordinate representation of color #6AC8F7: hue angle of 200º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6AC8F7 is Cyan = 0.57, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 106 200 247 -
CMYK 0.57 0.19 0 0.03
HSL 200º 0.9% 0.69% -
HSV(B) 200º 0.57% 0.97% -
XYZ 43.39 51.09 95.57 -
YUV 177.25 167.36 77.18 -
System Red Green Blue C M Y K H S L
Decimal 106 200 247 0.57 0.19 0 0.03 200 0.9 0.69
Hex 6A C8 F7 39 13 0 3 C8 5A 45
Octal 152 310 367 71 23 0 3 310 132 105
Binary 1101010 11001000 11110111 111001 10011 0 11 11001000 1011010 1000101

Color Harmonies of #6AC8F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AC8F7

Black with #6AC8F7

Text Example


Text Example

White with #6AC8F7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,200,247); }

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

background-color css

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

 a { background-color: rgb(106,200,247); }

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

border-color css

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

 span { border-color: rgb(106,200,247); }

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