#DEFEFF

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

Shades of Light Cyan #DEFEFF

Tints of Light Cyan #DEFEFF

Color information

#DEFEFF (or 0xDEFEFF) is unknown color: approx Light Cyan. HEX triplet: DE, FE and FF. RGB value is (222,254,255). Sum of RGB (Red+Green+Blue) = 222+254+255=731 (96% of max value = 765). Red value is 222 (87.11% from 255 or 30.37% from 731); Green value is 254 (99.61% from 255 or 34.75% from 731); Blue value is 255 (100% from 255 or 34.88% from 731); Max value from RGB is 255 - color contains mainly: blue. Hex color #DEFEFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEFEFF is #210100. Grayscale: #F4F4F4. Windows color (decimal): -2162945 or 16776926. OLE color: 16776926.

HSL color Cylindrical-coordinate representation of color #DEFEFF: hue angle of 181.82º 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 #DEFEFF is Cyan = 0.13, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB222254255-
CMYK0.130.0000
HSL181.82º100%93.53%-
HSV(B)181.82º12.94%100%-
XYZ83.6293.63108.27-
YUV244.55133.9111.92-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 30.37%
GREEN value IS 254 (99.61% from 255) = 34.75%
BLUE value IS 255 (100% from 255) = 34.88%
R=30.37%
G=34.75%
B=34.88%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2222542550.130.0000181.8210093.53
HexDEFEFFD000b6645e
Octal33637637715000266144136
Binary11011110111111101111111111010001011011011001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEFEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEFEFF; }

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

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

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

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

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

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

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

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