Html Css Color HEX #6AFEEC Baby Blue

📋 copy color: '#6AFEEC'

red 106 ◦ green 254 ◦ blue 236

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

Shades of Baby Blue #6AFEEC

Tints of Baby Blue #6AFEEC

RGB

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

 GREEN value IS 254 (99.61% from 255) = 42.62%

 BLUE value IS 236 (92.58% from 255) = 39.6%

R = 17.79%
G = 42.62%
B = 39.6%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.07

 K value IS 0.00

RGB Variations

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

Color information

#6AFEEC (or 0x6AFEEC) is known color: Baby Blue. HEX triplet: 6A, FE and EC. RGB value is (106,254,236). Sum of RGB (Red+Green+Blue) = 106+254+236=596 (78% of max value = 765). Red value is 106 (41.80% from 255 or 17.79% from 596); Green value is 254 (99.61% from 255 or 42.62% from 596); Blue value is 236 (92.58% from 255 or 39.60% from 596); Max value from RGB is 254 - color contains mainly: green. Hex color #6AFEEC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6AFEEC is #950113. Grayscale: #CFCFCF. Windows color (decimal): -9765140 or 15531626. OLE color: 15531626.

HSL color Cylindrical-coordinate representation of color #6AFEEC: hue angle of 172.7º 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 #6AFEEC is Cyan = 0.58, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.00.

Color convert

RGB 106 254 236 -
CMYK 0.58 0 0.07 0.00
HSL 172.7º 0.99% 0.71% -
HSV(B) 172.7º 0.58% 1% -
XYZ 56.53 80 91.82 -
YUV 207.7 143.97 55.46 -
System Red Green Blue C M Y K H S L
Decimal 106 254 236 0.58 0 0.07 0.00 172.7 0.99 0.71
Hex 6A FE EC 3A 0 7 0 AD 63 47
Octal 152 376 354 72 0 7 0 255 143 107
Binary 1101010 11111110 11101100 111010 0 111 0 10101101 1100011 1000111

Color Harmonies of #6AFEEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AFEEC

Black with #6AFEEC

Text Example


Text Example

White with #6AFEEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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