#DEFBFD

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

Shades of Light Cyan #DEFBFD

Tints of Light Cyan #DEFBFD

Color information

#DEFBFD (or 0xDEFBFD) is unknown color: approx Light Cyan. HEX triplet: DE, FB and FD. RGB value is (222,251,253). Sum of RGB (Red+Green+Blue) = 222+251+253=726 (96% of max value = 765). Red value is 222 (87.11% from 255 or 30.58% from 726); Green value is 251 (98.44% from 255 or 34.57% from 726); Blue value is 253 (99.22% from 255 or 34.85% from 726); Max value from RGB is 253 - color contains mainly: blue. Hex color #DEFBFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEFBFD is #210402. Grayscale: #F2F2F2. Windows color (decimal): -2163715 or 16645086. OLE color: 16645086.

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

Color convert

RGB222251253-
CMYK0.120.0100.01
HSL183.87º88.57%93.14%-
HSV(B)183.87º12.25%99.22%-
XYZ82.3591.62106.27-
YUV242.56133.89113.34-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 30.58%
GREEN value IS 251 (98.44% from 255) = 34.57%
BLUE value IS 253 (99.22% from 255) = 34.85%
R=30.58%
G=34.57%
B=34.85%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2222512530.120.0100.01183.8788.5793.14
HexDEFBFDC101b8595d
Octal33637337514101270131135
Binary11011110111110111111110111001011011100010110011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEFBFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEFBFD; }

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

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

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

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

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

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

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

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