#DFF9F9

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

Shades of Light Cyan #DFF9F9

Tints of Light Cyan #DFF9F9

Color information

#DFF9F9 (or 0xDFF9F9) is unknown color: approx Light Cyan. HEX triplet: DF, F9 and F9. RGB value is (223,249,249). Sum of RGB (Red+Green+Blue) = 223+249+249=721 (95% of max value = 765). Red value is 223 (87.5% from 255 or 30.93% from 721); Green value is 249 (97.66% from 255 or 34.54% from 721); Blue value is 249 (97.66% from 255 or 34.54% from 721); Max value from RGB is 249 - color contains mainly: green, blue. Hex color #DFF9F9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFF9F9 is #200606. Grayscale: #F1F1F1. Windows color (decimal): -2098695 or 16382431. OLE color: 16382431.

HSL color Cylindrical-coordinate representation of color #DFF9F9: hue angle of 180º degrees, saturation: 0.68, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DFF9F9 is Cyan = 0.10, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB223249249-
CMYK0.10000.02
HSL180º68.42%92.55%-
HSV(B)180º10.44%97.65%-
XYZ81.4190.28102.76-
YUV241.23132.39115-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 30.93%
GREEN value IS 249 (97.66% from 255) = 34.54%
BLUE value IS 249 (97.66% from 255) = 34.54%
R=30.93%
G=34.54%
B=34.54%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2232492490.10000.0218068.4292.55
HexDFF9F9A002b4445d
Octal33737137112002264104135
Binary110111111111100111111001101000101011010010001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFF9F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFF9F9; }

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

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

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

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

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

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

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

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