#DFF6F9

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

Shades of Light Cyan #DFF6F9

Tints of Light Cyan #DFF6F9

Color information

#DFF6F9 (or 0xDFF6F9) is unknown color: approx Light Cyan. HEX triplet: DF, F6 and F9. RGB value is (223,246,249). Sum of RGB (Red+Green+Blue) = 223+246+249=718 (95% of max value = 765). Red value is 223 (87.5% from 255 or 31.06% from 718); Green value is 246 (96.48% from 255 or 34.26% from 718); Blue value is 249 (97.66% from 255 or 34.68% from 718); Max value from RGB is 249 - color contains mainly: blue. Hex color #DFF6F9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFF6F9 is #200906. Grayscale: #EFEFEF. Windows color (decimal): -2099463 or 16381663. OLE color: 16381663.

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

Color convert

RGB223246249-
CMYK0.100.0100.02
HSL186.92º68.42%92.55%-
HSV(B)186.92º10.44%97.65%-
XYZ80.4988.44102.45-
YUV239.46133.38116.26-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 31.06%
GREEN value IS 246 (96.48% from 255) = 34.26%
BLUE value IS 249 (97.66% from 255) = 34.68%
R=31.06%
G=34.26%
B=34.68%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2232462490.100.0100.02186.9268.4292.55
HexDFF6F9A102bb445d
Octal33736637112102273104135
Binary110111111111011011111001101010101011101110001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFF6F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFF6F9; }

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

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

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

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

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

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

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

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