#DEFFFC

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

Shades of Light Cyan #DEFFFC

Tints of Light Cyan #DEFFFC

Color information

#DEFFFC (or 0xDEFFFC) is unknown color: approx Light Cyan. HEX triplet: DE, FF and FC. RGB value is (222,255,252). Sum of RGB (Red+Green+Blue) = 222+255+252=729 (96% of max value = 765). Red value is 222 (87.11% from 255 or 30.45% from 729); Green value is 255 (100% from 255 or 34.98% from 729); Blue value is 252 (98.83% from 255 or 34.57% from 729); Max value from RGB is 255 - color contains mainly: green. Hex color #DEFFFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEFFFC is #210003. Grayscale: #F4F4F4. Windows color (decimal): -2162692 or 16580574. OLE color: 16580574.

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

Color convert

RGB222255252-
CMYK0.1300.010
HSL174.55º100%93.53%-
HSV(B)174.55º12.94%100%-
XYZ83.4594.08105.86-
YUV244.79132.07111.74-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 30.45%
GREEN value IS 255 (100% from 255) = 34.98%
BLUE value IS 252 (98.83% from 255) = 34.57%
R=30.45%
G=34.98%
B=34.57%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2222552520.1300.010174.5510093.53
HexDEFFFCD010af645e
Octal33637737415010257144136
Binary11011110111111111111110011010101010111111001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEFFFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEFFFC; }

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

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

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

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

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

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

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

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