#DFF0F9

Color #DFF0F9 Pattens Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pattens Blue #DFF0F9

Tints of Pattens Blue #DFF0F9

Color information

#DFF0F9 (or 0xDFF0F9) is unknown color: approx Pattens Blue. HEX triplet: DF, F0 and F9. RGB value is (223,240,249). Sum of RGB (Red+Green+Blue) = 223+240+249=712 (94% of max value = 765). Red value is 223 (87.5% from 255 or 31.32% from 712); Green value is 240 (94.14% from 255 or 33.71% from 712); Blue value is 249 (97.66% from 255 or 34.97% from 712); Max value from RGB is 249 - color contains mainly: blue. Hex color #DFF0F9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFF0F9 is #200F06. Grayscale: #EBEBEB. Windows color (decimal): -2100999 or 16380127. OLE color: 16380127.

HSL color Cylindrical-coordinate representation of color #DFF0F9: hue angle of 200.77º degrees, saturation: 0.68, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DFF0F9 is Cyan = 0.10, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB223240249-
CMYK0.100.0400.02
HSL200.77º68.42%92.55%-
HSV(B)200.77º10.44%97.65%-
XYZ78.6984.85101.85-
YUV235.94135.37118.77-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 31.32%
GREEN value IS 240 (94.14% from 255) = 33.71%
BLUE value IS 249 (97.66% from 255) = 34.97%
R=31.32%
G=33.71%
B=34.97%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2232402490.100.0400.02200.7768.4292.55
HexDFF0F9A402c9445d
Octal33736037112402311104135
Binary11011111111100001111100110101000101100100110001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFF0F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFF0F9; }

 p { color: rgb(223,240,249); }

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

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

 a { background-color: rgb(223,240,249); }

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

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

 span { border-color: rgb(223,240,249); }

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