#DEF2F9

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

Shades of Pattens Blue #DEF2F9

Tints of Pattens Blue #DEF2F9

Color information

#DEF2F9 (or 0xDEF2F9) is unknown color: approx Pattens Blue. HEX triplet: DE, F2 and F9. RGB value is (222,242,249). Sum of RGB (Red+Green+Blue) = 222+242+249=713 (94% of max value = 765). Red value is 222 (87.11% from 255 or 31.14% from 713); Green value is 242 (94.92% from 255 or 33.94% from 713); Blue value is 249 (97.66% from 255 or 34.92% from 713); Max value from RGB is 249 - color contains mainly: blue. Hex color #DEF2F9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEF2F9 is #210D06. Grayscale: #ECECEC. Windows color (decimal): -2166023 or 16380638. OLE color: 16380638.

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

Color convert

RGB222242249-
CMYK0.110.0300.02
HSL195.56º69.23%92.35%-
HSV(B)195.56º10.84%97.65%-
XYZ78.9885.87102.04-
YUV236.82134.87117.43-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 31.14%
GREEN value IS 242 (94.92% from 255) = 33.94%
BLUE value IS 249 (97.66% from 255) = 34.92%
R=31.14%
G=33.94%
B=34.92%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2222422490.110.0300.02195.5669.2392.35
HexDEF2F9B302c4455c
Octal33636237113302304105134
Binary1101111011110010111110011011110101100010010001011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEF2F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEF2F9; }

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

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

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

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

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

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

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

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