#DFFEF9

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

Shades of Light Cyan #DFFEF9

Tints of Light Cyan #DFFEF9

Color information

#DFFEF9 (or 0xDFFEF9) is unknown color: approx Light Cyan. HEX triplet: DF, FE and F9. RGB value is (223,254,249). Sum of RGB (Red+Green+Blue) = 223+254+249=726 (96% of max value = 765). Red value is 223 (87.5% from 255 or 30.72% from 726); Green value is 254 (99.61% from 255 or 34.99% from 726); Blue value is 249 (97.66% from 255 or 34.30% from 726); Max value from RGB is 254 - color contains mainly: green. Hex color #DFFEF9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFFEF9 is #200106. Grayscale: #F4F4F4. Windows color (decimal): -2097415 or 16383711. OLE color: 16383711.

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

Color convert

RGB223254249-
CMYK0.1200.020.00
HSL170.32º93.94%93.53%-
HSV(B)170.32º12.2%99.61%-
XYZ82.9793.41103.28-
YUV244.16130.73112.91-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 30.72%
GREEN value IS 254 (99.61% from 255) = 34.99%
BLUE value IS 249 (97.66% from 255) = 34.30%
R=30.72%
G=34.99%
B=34.30%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2232542490.1200.020.00170.3293.9493.53
HexDFFEF9C020aa5e5e
Octal33737637114020252136136
Binary110111111111111011111001110001001010101010111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFFEF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFFEF9; }

 p { color: rgb(223,254,249); }

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

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

 a { background-color: rgb(223,254,249); }

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

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

 span { border-color: rgb(223,254,249); }

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