#DFF8F7

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

Shades of Light Cyan #DFF8F7

Tints of Light Cyan #DFF8F7

Color information

#DFF8F7 (or 0xDFF8F7) is unknown color: approx Light Cyan. HEX triplet: DF, F8 and F7. RGB value is (223,248,247). Sum of RGB (Red+Green+Blue) = 223+248+247=718 (95% of max value = 765). Red value is 223 (87.5% from 255 or 31.06% from 718); Green value is 248 (97.27% from 255 or 34.54% from 718); Blue value is 247 (96.88% from 255 or 34.40% from 718); Max value from RGB is 248 - color contains mainly: green. Hex color #DFF8F7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFF8F7 is #200708. Grayscale: #F0F0F0. Windows color (decimal): -2098953 or 16251103. OLE color: 16251103.

HSL color Cylindrical-coordinate representation of color #DFF8F7: hue angle of 177.6º degrees, saturation: 0.64, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DFF8F7 is Cyan = 0.10, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.03.

Color convert

RGB223248247-
CMYK0.1000.000.03
HSL177.6º64.1%92.35%-
HSV(B)177.6º10.08%97.25%-
XYZ80.7989.54101.02-
YUV240.41131.72115.58-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 31.06%
GREEN value IS 248 (97.27% from 255) = 34.54%
BLUE value IS 247 (96.88% from 255) = 34.40%
R=31.06%
G=34.54%
B=34.40%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2232482470.1000.000.03177.664.192.35
HexDFF8F7A003b2405c
Octal33737036712003262100134
Binary110111111111100011110111101000111011001010000001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFF8F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFF8F7; }

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

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

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

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

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

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

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

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