#DFF9FD

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

Shades of Light Cyan #DFF9FD

Tints of Light Cyan #DFF9FD

Color information

#DFF9FD (or 0xDFF9FD) is unknown color: approx Light Cyan. HEX triplet: DF, F9 and FD. RGB value is (223,249,253). Sum of RGB (Red+Green+Blue) = 223+249+253=725 (96% of max value = 765). Red value is 223 (87.5% from 255 or 30.76% from 725); Green value is 249 (97.66% from 255 or 34.34% from 725); Blue value is 253 (99.22% from 255 or 34.90% from 725); Max value from RGB is 253 - color contains mainly: blue. Hex color #DFF9FD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFF9FD is #200602. Grayscale: #F1F1F1. Windows color (decimal): -2098691 or 16644575. OLE color: 16644575.

HSL color Cylindrical-coordinate representation of color #DFF9FD: hue angle of 188º degrees, saturation: 0.88, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DFF9FD is Cyan = 0.12, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB223249253-
CMYK0.120.0200.01
HSL188º88.24%93.33%-
HSV(B)188º11.86%99.22%-
XYZ82.0490.53106.08-
YUV241.68134.39114.67-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 30.76%
GREEN value IS 249 (97.66% from 255) = 34.34%
BLUE value IS 253 (99.22% from 255) = 34.90%
R=30.76%
G=34.34%
B=34.90%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2232492530.120.0200.0118888.2493.33
HexDFF9FDC201bc585d
Octal33737137514201274130135
Binary110111111111100111111101110010011011110010110001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFF9FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFF9FD; }

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

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

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

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

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

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

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

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