#DFF7FA

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

Shades of Light Cyan #DFF7FA

Tints of Light Cyan #DFF7FA

Color information

#DFF7FA (or 0xDFF7FA) is unknown color: approx Light Cyan. HEX triplet: DF, F7 and FA. RGB value is (223,247,250). Sum of RGB (Red+Green+Blue) = 223+247+250=720 (95% of max value = 765). Red value is 223 (87.5% from 255 or 30.97% from 720); Green value is 247 (96.88% from 255 or 34.31% from 720); Blue value is 250 (98.05% from 255 or 34.72% from 720); Max value from RGB is 250 - color contains mainly: blue. Hex color #DFF7FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFF7FA is #200805. Grayscale: #F0F0F0. Windows color (decimal): -2099206 or 16447455. OLE color: 16447455.

HSL color Cylindrical-coordinate representation of color #DFF7FA: hue angle of 186.67º degrees, saturation: 0.73, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DFF7FA is Cyan = 0.11, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB223247250-
CMYK0.110.0100.02
HSL186.67º72.97%92.75%-
HSV(B)186.67º10.8%98.04%-
XYZ80.9589.11103.38-
YUV240.17133.55115.76-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 30.97%
GREEN value IS 247 (96.88% from 255) = 34.31%
BLUE value IS 250 (98.05% from 255) = 34.72%
R=30.97%
G=34.31%
B=34.72%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2232472500.110.0100.02186.6772.9792.75
HexDFF7FAB102bb495d
Octal33736737213102273111135
Binary110111111111011111111010101110101011101110010011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFF7FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFF7FA; }

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

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

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

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

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

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

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

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