#DEFFFB

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

Shades of Light Cyan #DEFFFB

Tints of Light Cyan #DEFFFB

Color information

#DEFFFB (or 0xDEFFFB) is unknown color: approx Light Cyan. HEX triplet: DE, FF and FB. RGB value is (222,255,251). Sum of RGB (Red+Green+Blue) = 222+255+251=728 (96% of max value = 765). Red value is 222 (87.11% from 255 or 30.49% from 728); Green value is 255 (100% from 255 or 35.03% from 728); Blue value is 251 (98.44% from 255 or 34.48% from 728); Max value from RGB is 255 - color contains mainly: green. Hex color #DEFFFB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEFFFB is #210004. Grayscale: #F4F4F4. Windows color (decimal): -2162693 or 16515038. OLE color: 16515038.

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

Color convert

RGB222255251-
CMYK0.1300.020
HSL172.73º100%93.53%-
HSV(B)172.73º12.94%100%-
XYZ83.394.01105.02-
YUV244.68131.57111.83-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 30.49%
GREEN value IS 255 (100% from 255) = 35.03%
BLUE value IS 251 (98.44% from 255) = 34.48%
R=30.49%
G=35.03%
B=34.48%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2222552510.1300.020172.7310093.53
HexDEFFFBD020ad645e
Octal33637737315020255144136
Binary110111101111111111111011110101001010110111001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEFFFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEFFFB; }

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

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

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

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

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

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

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

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