Html Css Color HEX #6EFCFC Baby Blue

📋 copy color: '#6EFCFC'

red 110 ◦ green 252 ◦ blue 252

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

Shades of Baby Blue #6EFCFC

Tints of Baby Blue #6EFCFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 41.04%

R = 17.92%
G = 41.04%
B = 41.04%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6EFCFC (or 0x6EFCFC) is known color: Baby Blue. HEX triplet: 6E, FC and FC. RGB value is (110,252,252). Sum of RGB (Red+Green+Blue) = 110+252+252=614 (81% of max value = 765). Red value is 110 (43.36% from 255 or 17.92% from 614); Green value is 252 (98.83% from 255 or 41.04% from 614); Blue value is 252 (98.83% from 255 or 41.04% from 614); Max value from RGB is 252 - color contains mainly: green, blue. Hex color #6EFCFC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6EFCFC is #910303. Grayscale: #D1D1D1. Windows color (decimal): -9503492 or 16579694. OLE color: 16579694.

HSL color Cylindrical-coordinate representation of color #6EFCFC: hue angle of 180º 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 #6EFCFC is Cyan = 0.56, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 110 252 252 -
CMYK 0.56 0 0 0.01
HSL 180º 0.96% 0.71% -
HSV(B) 180º 0.56% 0.99% -
XYZ 58.81 79.96 104.43 -
YUV 209.54 151.96 57 -
System Red Green Blue C M Y K H S L
Decimal 110 252 252 0.56 0 0 0.01 180 0.96 0.71
Hex 6E FC FC 38 0 0 1 B4 60 47
Octal 156 374 374 70 0 0 1 264 140 107
Binary 1101110 11111100 11111100 111000 0 0 1 10110100 1100000 1000111

Color Harmonies of #6EFCFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EFCFC

Black with #6EFCFC

Text Example


Text Example

White with #6EFCFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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