#DEFEFC

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

Shades of Light Cyan #DEFEFC

Tints of Light Cyan #DEFEFC

Color information

#DEFEFC (or 0xDEFEFC) is unknown color: approx Light Cyan. HEX triplet: DE, FE and FC. RGB value is (222,254,252). Sum of RGB (Red+Green+Blue) = 222+254+252=728 (96% of max value = 765). Red value is 222 (87.11% from 255 or 30.49% from 728); Green value is 254 (99.61% from 255 or 34.89% from 728); Blue value is 252 (98.83% from 255 or 34.62% from 728); Max value from RGB is 254 - color contains mainly: green. Hex color #DEFEFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEFEFC is #210103. Grayscale: #F4F4F4. Windows color (decimal): -2162948 or 16580318. OLE color: 16580318.

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

Color convert

RGB222254252-
CMYK0.1300.010.00
HSL176.25º94.12%93.33%-
HSV(B)176.25º12.6%99.61%-
XYZ83.1493.44105.75-
YUV244.2132.4112.16-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 30.49%
GREEN value IS 254 (99.61% from 255) = 34.89%
BLUE value IS 252 (98.83% from 255) = 34.62%
R=30.49%
G=34.89%
B=34.62%

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
Decimal2222542520.1300.010.00176.2594.1293.33
HexDEFEFCD010b05e5d
Octal33637637415010260136135
Binary11011110111111101111110011010101011000010111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEFEFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEFEFC; }

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

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

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

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

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

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

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

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