#DFF7FE

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

Shades of Light Cyan #DFF7FE

Tints of Light Cyan #DFF7FE

Color information

#DFF7FE (or 0xDFF7FE) is unknown color: approx Light Cyan. HEX triplet: DF, F7 and FE. RGB value is (223,247,254). Sum of RGB (Red+Green+Blue) = 223+247+254=724 (95% of max value = 765). Red value is 223 (87.5% from 255 or 30.80% from 724); Green value is 247 (96.88% from 255 or 34.12% from 724); Blue value is 254 (99.61% from 255 or 35.08% from 724); Max value from RGB is 254 - color contains mainly: blue. Hex color #DFF7FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFF7FE is #200801. Grayscale: #F0F0F0. Windows color (decimal): -2099202 or 16709599. OLE color: 16709599.

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

Color convert

RGB223247254-
CMYK0.120.0300.00
HSL193.55º93.94%93.53%-
HSV(B)193.55º12.2%99.61%-
XYZ81.5889.37106.72-
YUV240.62135.55115.43-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 30.80%
GREEN value IS 247 (96.88% from 255) = 34.12%
BLUE value IS 254 (99.61% from 255) = 35.08%
R=30.80%
G=34.12%
B=35.08%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2232472540.120.0300.00193.5593.9493.53
HexDFF7FEC300c25e5e
Octal33736737614300302136136
Binary110111111111011111111110110011001100001010111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFF7FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFF7FE; }

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

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

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

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

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

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

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

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