#DEF8FB

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

Shades of Light Cyan #DEF8FB

Tints of Light Cyan #DEF8FB

Color information

#DEF8FB (or 0xDEF8FB) is unknown color: approx Light Cyan. HEX triplet: DE, F8 and FB. RGB value is (222,248,251). Sum of RGB (Red+Green+Blue) = 222+248+251=721 (95% of max value = 765). Red value is 222 (87.11% from 255 or 30.79% from 721); Green value is 248 (97.27% from 255 or 34.40% from 721); Blue value is 251 (98.44% from 255 or 34.81% from 721); Max value from RGB is 251 - color contains mainly: blue. Hex color #DEF8FB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEF8FB is #210704. Grayscale: #F0F0F0. Windows color (decimal): -2164485 or 16513246. OLE color: 16513246.

HSL color Cylindrical-coordinate representation of color #DEF8FB: hue angle of 186.21º degrees, saturation: 0.78, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DEF8FB is Cyan = 0.12, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB222248251-
CMYK0.120.0100.02
HSL186.21º78.38%92.75%-
HSV(B)186.21º11.55%98.43%-
XYZ81.189.63104.29-
YUV240.57133.89114.76-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 30.79%
GREEN value IS 248 (97.27% from 255) = 34.40%
BLUE value IS 251 (98.44% from 255) = 34.81%
R=30.79%
G=34.40%
B=34.81%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2222482510.120.0100.02186.2178.3892.75
HexDEF8FBC102ba4e5d
Octal33637037314102272116135
Binary110111101111100011111011110010101011101010011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEF8FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEF8FB; }

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

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

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

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

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

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

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

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