Html Css Color HEX #6EFCE8 Baby Blue

📋 copy color: '#6EFCE8'

red 110 ◦ green 252 ◦ blue 232

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

Shades of Baby Blue #6EFCE8

Tints of Baby Blue #6EFCE8

RGB

 RED value IS 110 (43.36% from 255) = 18.52%

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

 BLUE value IS 232 (91.02% from 255) = 39.06%

R = 18.52%
G = 42.42%
B = 39.06%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.08

 K value IS 0.01

RGB Variations

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

Color information

#6EFCE8 (or 0x6EFCE8) is known color: Baby Blue. HEX triplet: 6E, FC and E8. RGB value is (110,252,232). Sum of RGB (Red+Green+Blue) = 110+252+232=594 (78% of max value = 765). Red value is 110 (43.36% from 255 or 18.52% from 594); Green value is 252 (98.83% from 255 or 42.42% from 594); Blue value is 232 (91.02% from 255 or 39.06% from 594); Max value from RGB is 252 - color contains mainly: green. Hex color #6EFCE8 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6EFCE8 is #910317. Grayscale: #CFCFCF. Windows color (decimal): -9503512 or 15268974. OLE color: 15268974.

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

Color convert

RGB 110 252 232 -
CMYK 0.56 0 0.08 0.01
HSL 171.55º 0.96% 0.71% -
HSV(B) 171.55º 0.56% 0.99% -
XYZ 55.81 78.76 88.61 -
YUV 207.26 141.96 58.63 -
System Red Green Blue C M Y K H S L
Decimal 110 252 232 0.56 0 0.08 0.01 171.55 0.96 0.71
Hex 6E FC E8 38 0 8 1 AC 60 47
Octal 156 374 350 70 0 10 1 254 140 107
Binary 1101110 11111100 11101000 111000 0 1000 1 10101100 1100000 1000111

Color Harmonies of #6EFCE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EFCE8

Black with #6EFCE8

Text Example


Text Example

White with #6EFCE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,252,232); }

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

background-color css

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

 a { background-color: rgb(110,252,232); }

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

border-color css

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

 span { border-color: rgb(110,252,232); }

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