#DFF8FD

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

Shades of Light Cyan #DFF8FD

Tints of Light Cyan #DFF8FD

Color information

#DFF8FD (or 0xDFF8FD) is unknown color: approx Light Cyan. HEX triplet: DF, F8 and FD. RGB value is (223,248,253). Sum of RGB (Red+Green+Blue) = 223+248+253=724 (95% of max value = 765). Red value is 223 (87.5% from 255 or 30.80% from 724); Green value is 248 (97.27% from 255 or 34.25% from 724); Blue value is 253 (99.22% from 255 or 34.94% from 724); Max value from RGB is 253 - color contains mainly: blue. Hex color #DFF8FD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFF8FD is #200702. Grayscale: #F1F1F1. Windows color (decimal): -2098947 or 16644319. OLE color: 16644319.

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

Color convert

RGB223248253-
CMYK0.120.0200.01
HSL190º88.24%93.33%-
HSV(B)190º11.86%99.22%-
XYZ81.7389.91105.98-
YUV241.1134.72115.09-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 30.80%
GREEN value IS 248 (97.27% from 255) = 34.25%
BLUE value IS 253 (99.22% from 255) = 34.94%
R=30.80%
G=34.25%
B=34.94%

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
Decimal2232482530.120.0200.0119088.2493.33
HexDFF8FDC201be585d
Octal33737037514201276130135
Binary110111111111100011111101110010011011111010110001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFF8FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFF8FD; }

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

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

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

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

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

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

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

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