Html Css Color HEX #6AFCEC Baby Blue

📋 copy color: '#6AFCEC'

red 106 ◦ green 252 ◦ blue 236

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

Shades of Baby Blue #6AFCEC

Tints of Baby Blue #6AFCEC

RGB

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

 GREEN value IS 252 (98.83% from 255) = 42.42%

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

R = 17.85%
G = 42.42%
B = 39.73%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.06

 K value IS 0.01

RGB Variations

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

Color information

#6AFCEC (or 0x6AFCEC) is known color: Baby Blue. HEX triplet: 6A, FC and EC. RGB value is (106,252,236). Sum of RGB (Red+Green+Blue) = 106+252+236=594 (78% of max value = 765). Red value is 106 (41.80% from 255 or 17.85% from 594); Green value is 252 (98.83% from 255 or 42.42% from 594); Blue value is 236 (92.58% from 255 or 39.73% from 594); Max value from RGB is 252 - color contains mainly: green. Hex color #6AFCEC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6AFCEC is #950313. Grayscale: #CECECE. Windows color (decimal): -9765652 or 15531114. OLE color: 15531114.

HSL color Cylindrical-coordinate representation of color #6AFCEC: hue angle of 173.42º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6AFCEC is Cyan = 0.58, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.

Color convert

RGB 106 252 236 -
CMYK 0.58 0 0.06 0.01
HSL 173.42º 0.96% 0.7% -
HSV(B) 173.42º 0.58% 0.99% -
XYZ 55.89 78.74 91.61 -
YUV 206.52 144.63 56.3 -
System Red Green Blue C M Y K H S L
Decimal 106 252 236 0.58 0 0.06 0.01 173.42 0.96 0.7
Hex 6A FC EC 3A 0 6 1 AD 60 46
Octal 152 374 354 72 0 6 1 255 140 106
Binary 1101010 11111100 11101100 111010 0 110 1 10101101 1100000 1000110

Color Harmonies of #6AFCEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AFCEC

Black with #6AFCEC

Text Example


Text Example

White with #6AFCEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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