#DEFEFB

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

Shades of Light Cyan #DEFEFB

Tints of Light Cyan #DEFEFB

Color information

#DEFEFB (or 0xDEFEFB) is unknown color: approx Light Cyan. HEX triplet: DE, FE and FB. RGB value is (222,254,251). Sum of RGB (Red+Green+Blue) = 222+254+251=727 (96% of max value = 765). Red value is 222 (87.11% from 255 or 30.54% from 727); Green value is 254 (99.61% from 255 or 34.94% from 727); Blue value is 251 (98.44% from 255 or 34.53% from 727); Max value from RGB is 254 - color contains mainly: green. Hex color #DEFEFB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEFEFB is #210104. Grayscale: #F4F4F4. Windows color (decimal): -2162949 or 16514782. OLE color: 16514782.

HSL color Cylindrical-coordinate representation of color #DEFEFB: hue angle of 174.38º degrees, saturation: 0.94, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DEFEFB is Cyan = 0.13, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.00.

Color convert

RGB222254251-
CMYK0.1300.010.00
HSL174.38º94.12%93.33%-
HSV(B)174.38º12.6%99.61%-
XYZ82.9893.38104.92-
YUV244.09131.9112.24-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 30.54%
GREEN value IS 254 (99.61% from 255) = 34.94%
BLUE value IS 251 (98.44% from 255) = 34.53%
R=30.54%
G=34.94%
B=34.53%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2222542510.1300.010.00174.3894.1293.33
HexDEFEFBD010ae5e5d
Octal33637637315010256136135
Binary11011110111111101111101111010101010111010111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEFEFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEFEFB; }

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

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

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

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

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

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

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

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