#DEEFF9

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

Shades of Pattens Blue #DEEFF9

Tints of Pattens Blue #DEEFF9

Color information

#DEEFF9 (or 0xDEEFF9) is unknown color: approx Pattens Blue. HEX triplet: DE, EF and F9. RGB value is (222,239,249). Sum of RGB (Red+Green+Blue) = 222+239+249=710 (94% of max value = 765). Red value is 222 (87.11% from 255 or 31.27% from 710); Green value is 239 (93.75% from 255 or 33.66% from 710); Blue value is 249 (97.66% from 255 or 35.07% from 710); Max value from RGB is 249 - color contains mainly: blue. Hex color #DEEFF9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEEFF9 is #211006. Grayscale: #EBEBEB. Windows color (decimal): -2166791 or 16379870. OLE color: 16379870.

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

Color convert

RGB222239249-
CMYK0.110.0400.02
HSL202.22º69.23%92.35%-
HSV(B)202.22º10.84%97.65%-
XYZ78.0984.1101.74-
YUV235.06135.87118.69-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 31.27%
GREEN value IS 239 (93.75% from 255) = 33.66%
BLUE value IS 249 (97.66% from 255) = 35.07%
R=31.27%
G=33.66%
B=35.07%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2222392490.110.0400.02202.2269.2392.35
HexDEEFF9B402ca455c
Octal33635737113402312105134
Binary11011110111011111111100110111000101100101010001011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEEFF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEEFF9; }

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

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

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

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

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

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

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

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