#DFF7FF

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

Shades of Light Cyan #DFF7FF

Tints of Light Cyan #DFF7FF

Color information

#DFF7FF (or 0xDFF7FF) is unknown color: approx Light Cyan. HEX triplet: DF, F7 and FF. RGB value is (223,247,255). Sum of RGB (Red+Green+Blue) = 223+247+255=725 (96% of max value = 765). Red value is 223 (87.5% from 255 or 30.76% from 725); Green value is 247 (96.88% from 255 or 34.07% from 725); Blue value is 255 (100% from 255 or 35.17% from 725); Max value from RGB is 255 - color contains mainly: blue. Hex color #DFF7FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFF7FF is #200800. Grayscale: #F0F0F0. Windows color (decimal): -2099201 or 16775135. OLE color: 16775135.

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

Color convert

RGB223247255-
CMYK0.130.0300
HSL195º100%93.73%-
HSV(B)195º12.55%100%-
XYZ81.7489.43107.56-
YUV240.74136.05115.35-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 30.76%
GREEN value IS 247 (96.88% from 255) = 34.07%
BLUE value IS 255 (100% from 255) = 35.17%
R=30.76%
G=34.07%
B=35.17%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2232472550.130.030019510093.73
HexDFF7FFD300c3645e
Octal33736737715300303144136
Binary110111111111011111111111110111001100001111001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFF7FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFF7FF; }

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

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

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

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

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

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

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

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