#DEF8F6

Color #DEF8F6 Light Cyan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Cyan #DEF8F6

Tints of Light Cyan #DEF8F6

Color information

#DEF8F6 (or 0xDEF8F6) is unknown color: approx Light Cyan. HEX triplet: DE, F8 and F6. RGB value is (222,248,246). Sum of RGB (Red+Green+Blue) = 222+248+246=716 (94% of max value = 765). Red value is 222 (87.11% from 255 or 31.01% from 716); Green value is 248 (97.27% from 255 or 34.64% from 716); Blue value is 246 (96.48% from 255 or 34.36% from 716); Max value from RGB is 248 - color contains mainly: green. Hex color #DEF8F6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEF8F6 is #210709. Grayscale: #EFEFEF. Windows color (decimal): -2164490 or 16185566. OLE color: 16185566.

HSL color Cylindrical-coordinate representation of color #DEF8F6: hue angle of 175.38º degrees, saturation: 0.65, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DEF8F6 is Cyan = 0.10, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.03.

Color convert

RGB222248246-
CMYK0.1000.010.03
HSL175.38º65%92.16%-
HSV(B)175.38º10.48%97.25%-
XYZ80.3389.32100.2-
YUV240131.39115.16-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 31.01%
GREEN value IS 248 (97.27% from 255) = 34.64%
BLUE value IS 246 (96.48% from 255) = 34.36%
R=31.01%
G=34.64%
B=34.36%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2222482460.1000.010.03175.386592.16
HexDEF8F6A013af415c
Octal33637036612013257101134
Binary110111101111100011110110101001111010111110000011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEF8F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEF8F6; }

 p { color: rgb(222,248,246); }

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

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

 a { background-color: rgb(222,248,246); }

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

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

 span { border-color: rgb(222,248,246); }

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