#DFEFF9

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

Shades of Pattens Blue #DFEFF9

Tints of Pattens Blue #DFEFF9

Color information

#DFEFF9 (or 0xDFEFF9) is unknown color: approx Pattens Blue. HEX triplet: DF, EF and F9. RGB value is (223,239,249). Sum of RGB (Red+Green+Blue) = 223+239+249=711 (94% of max value = 765). Red value is 223 (87.5% from 255 or 31.36% from 711); Green value is 239 (93.75% from 255 or 33.61% from 711); Blue value is 249 (97.66% from 255 or 35.02% from 711); Max value from RGB is 249 - color contains mainly: blue. Hex color #DFEFF9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFEFF9 is #201006. Grayscale: #EBEBEB. Windows color (decimal): -2101255 or 16379871. OLE color: 16379871.

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

Color convert

RGB223239249-
CMYK0.100.0400.02
HSL203.08º68.42%92.55%-
HSV(B)203.08º10.44%97.65%-
XYZ78.484.26101.75-
YUV235.36135.7119.19-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 31.36%
GREEN value IS 239 (93.75% from 255) = 33.61%
BLUE value IS 249 (97.66% from 255) = 35.02%
R=31.36%
G=33.61%
B=35.02%

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
Decimal2232392490.100.0400.02203.0868.4292.55
HexDFEFF9A402cb445d
Octal33735737112402313104135
Binary11011111111011111111100110101000101100101110001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFEFF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFEFF9; }

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

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

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

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

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

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

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

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