#DFF8FF

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

Shades of Light Cyan #DFF8FF

Tints of Light Cyan #DFF8FF

Color information

#DFF8FF (or 0xDFF8FF) is unknown color: approx Light Cyan. HEX triplet: DF, F8 and FF. RGB value is (223,248,255). Sum of RGB (Red+Green+Blue) = 223+248+255=726 (96% of max value = 765). Red value is 223 (87.5% from 255 or 30.72% from 726); Green value is 248 (97.27% from 255 or 34.16% from 726); Blue value is 255 (100% from 255 or 35.12% from 726); Max value from RGB is 255 - color contains mainly: blue. Hex color #DFF8FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFF8FF is #200700. Grayscale: #F1F1F1. Windows color (decimal): -2098945 or 16775391. OLE color: 16775391.

HSL color Cylindrical-coordinate representation of color #DFF8FF: hue angle of 193.12º degrees, saturation: 1, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DFF8FF is Cyan = 0.13, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB223248255-
CMYK0.130.0300
HSL193.12º100%93.73%-
HSV(B)193.12º12.55%100%-
XYZ82.0590.04107.66-
YUV241.32135.72114.93-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 30.72%
GREEN value IS 248 (97.27% from 255) = 34.16%
BLUE value IS 255 (100% from 255) = 35.12%
R=30.72%
G=34.16%
B=35.12%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2232482550.130.0300193.1210093.73
HexDFF8FFD300c1645e
Octal33737037715300301144136
Binary110111111111100011111111110111001100000111001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFF8FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFF8FF; }

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

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

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

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

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

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

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

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