#DFF2F9

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

Shades of Pattens Blue #DFF2F9

Tints of Pattens Blue #DFF2F9

Color information

#DFF2F9 (or 0xDFF2F9) is unknown color: approx Pattens Blue. HEX triplet: DF, F2 and F9. RGB value is (223,242,249). Sum of RGB (Red+Green+Blue) = 223+242+249=714 (94% of max value = 765). Red value is 223 (87.5% from 255 or 31.23% from 714); Green value is 242 (94.92% from 255 or 33.89% from 714); Blue value is 249 (97.66% from 255 or 34.87% from 714); Max value from RGB is 249 - color contains mainly: blue. Hex color #DFF2F9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFF2F9 is #200D06. Grayscale: #EDEDED. Windows color (decimal): -2100487 or 16380639. OLE color: 16380639.

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

Color convert

RGB223242249-
CMYK0.100.0300.02
HSL196.15º68.42%92.55%-
HSV(B)196.15º10.44%97.65%-
XYZ79.2886.03102.05-
YUV237.12134.71117.93-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 31.23%
GREEN value IS 242 (94.92% from 255) = 33.89%
BLUE value IS 249 (97.66% from 255) = 34.87%
R=31.23%
G=33.89%
B=34.87%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2232422490.100.0300.02196.1568.4292.55
HexDFF2F9A302c4445d
Octal33736237112302304104135
Binary1101111111110010111110011010110101100010010001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFF2F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFF2F9; }

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

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

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

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

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

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

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

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