#6CF8EF

Color #6CF8EF Baby Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Baby Blue #6CF8EF

Tints of Baby Blue #6CF8EF

Color information

#6CF8EF (or 0x6CF8EF) is unknown color: approx Baby Blue. HEX triplet: 6C, F8 and EF. RGB value is (108,248,239). Sum of RGB (Red+Green+Blue) = 108+248+239=595 (78% of max value = 765). Red value is 108 (42.58% from 255 or 18.15% from 595); Green value is 248 (97.27% from 255 or 41.68% from 595); Blue value is 239 (93.75% from 255 or 40.17% from 595); Max value from RGB is 248 - color contains mainly: green. Hex color #6CF8EF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6CF8EF is #930710. Grayscale: #CDCDCD. Windows color (decimal): -9635601 or 15726700. OLE color: 15726700.

HSL color Cylindrical-coordinate representation of color #6CF8EF: hue angle of 176.14º degrees, saturation: 0.91, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6CF8EF is Cyan = 0.56, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.03.

Color convert

RGB108248239-
CMYK0.5600.040.03
HSL176.14º90.91%69.8%-
HSV(B)176.14º56.45%97.25%-
XYZ55.3376.5593.52-
YUV205.11147.1258.73-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 18.15%
GREEN value IS 248 (97.27% from 255) = 41.68%
BLUE value IS 239 (93.75% from 255) = 40.17%
R=18.15%
G=41.68%
B=40.17%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1082482390.5600.040.03176.1490.9169.8
Hex6CF8EF38043b05b46
Octal15437035770043260133106
Binary110110011111000111011111110000100111011000010110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CF8EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,248,239); }

 H1.HeaderClassName
 {
   color: #6CF8EF;
 }
 .AnyTagClassName
 {
   color: #6CF8EF;
 }
</style>
background-color css

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

 a { background-color: rgb(108,248,239); }

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

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

 span { border-color: rgb(108,248,239); }

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