#DEF9FB

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

Shades of Light Cyan #DEF9FB

Tints of Light Cyan #DEF9FB

Color information

#DEF9FB (or 0xDEF9FB) is unknown color: approx Light Cyan. HEX triplet: DE, F9 and FB. RGB value is (222,249,251). Sum of RGB (Red+Green+Blue) = 222+249+251=722 (95% of max value = 765). Red value is 222 (87.11% from 255 or 30.75% from 722); Green value is 249 (97.66% from 255 or 34.49% from 722); Blue value is 251 (98.44% from 255 or 34.76% from 722); Max value from RGB is 251 - color contains mainly: blue. Hex color #DEF9FB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEF9FB is #210604. Grayscale: #F1F1F1. Windows color (decimal): -2164229 or 16513502. OLE color: 16513502.

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

Color convert

RGB222249251-
CMYK0.120.0100.02
HSL184.14º78.38%92.75%-
HSV(B)184.14º11.55%98.43%-
XYZ81.4190.25104.4-
YUV241.16133.55114.34-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 30.75%
GREEN value IS 249 (97.66% from 255) = 34.49%
BLUE value IS 251 (98.44% from 255) = 34.76%
R=30.75%
G=34.49%
B=34.76%

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
Decimal2222492510.120.0100.02184.1478.3892.75
HexDEF9FBC102b84e5d
Octal33637137314102270116135
Binary110111101111100111111011110010101011100010011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEF9FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEF9FB; }

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

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

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

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

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

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

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

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