#DFF8FE

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

Shades of Light Cyan #DFF8FE

Tints of Light Cyan #DFF8FE

Color information

#DFF8FE (or 0xDFF8FE) is unknown color: approx Light Cyan. HEX triplet: DF, F8 and FE. RGB value is (223,248,254). Sum of RGB (Red+Green+Blue) = 223+248+254=725 (96% of max value = 765). Red value is 223 (87.5% from 255 or 30.76% from 725); Green value is 248 (97.27% from 255 or 34.21% from 725); Blue value is 254 (99.61% from 255 or 35.03% from 725); Max value from RGB is 254 - color contains mainly: blue. Hex color #DFF8FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFF8FE is #200701. Grayscale: #F1F1F1. Windows color (decimal): -2098946 or 16709855. OLE color: 16709855.

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

Color convert

RGB223248254-
CMYK0.120.0200.00
HSL191.61º93.94%93.53%-
HSV(B)191.61º12.2%99.61%-
XYZ81.8989.98106.82-
YUV241.21135.22115.01-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 30.76%
GREEN value IS 248 (97.27% from 255) = 34.21%
BLUE value IS 254 (99.61% from 255) = 35.03%
R=30.76%
G=34.21%
B=35.03%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2232482540.120.0200.00191.6193.9493.53
HexDFF8FEC200c05e5e
Octal33737037614200300136136
Binary110111111111100011111110110010001100000010111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFF8FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFF8FE; }

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

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

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

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

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

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

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

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