Html Css Color HEX #6AFFEC Baby Blue

📋 copy color: '#6AFFEC'

red 106 ◦ green 255 ◦ blue 236

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

Shades of Baby Blue #6AFFEC

Tints of Baby Blue #6AFFEC

RGB

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

 GREEN value IS 255 (100% from 255) = 42.71%

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

R = 17.76%
G = 42.71%
B = 39.53%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.07

 K value IS 0

RGB Variations

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

Color information

#6AFFEC (or 0x6AFFEC) is known color: Baby Blue. HEX triplet: 6A, FF and EC. RGB value is (106,255,236). Sum of RGB (Red+Green+Blue) = 106+255+236=597 (79% of max value = 765). Red value is 106 (41.80% from 255 or 17.76% from 597); Green value is 255 (100% from 255 or 42.71% from 597); Blue value is 236 (92.58% from 255 or 39.53% from 597); Max value from RGB is 255 - color contains mainly: green. Hex color #6AFFEC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6AFFEC is #950013. Grayscale: #D0D0D0. Windows color (decimal): -9764884 or 15531882. OLE color: 15531882.

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

Color convert

RGB 106 255 236 -
CMYK 0.58 0 0.07 0
HSL 172.35º 1% 0.71% -
HSV(B) 172.35º 0.58% 1% -
XYZ 56.84 80.64 91.93 -
YUV 208.28 143.64 55.04 -
System Red Green Blue C M Y K H S L
Decimal 106 255 236 0.58 0 0.07 0 172.35 1 0.71
Hex 6A FF EC 3A 0 7 0 AC 64 47
Octal 152 377 354 72 0 7 0 254 144 107
Binary 1101010 11111111 11101100 111010 0 111 0 10101100 1100100 1000111

Color Harmonies of #6AFFEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AFFEC

Black with #6AFFEC

Text Example


Text Example

White with #6AFFEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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