#DEF1F9

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

Shades of Pattens Blue #DEF1F9

Tints of Pattens Blue #DEF1F9

Color information

#DEF1F9 (or 0xDEF1F9) is unknown color: approx Pattens Blue. HEX triplet: DE, F1 and F9. RGB value is (222,241,249). Sum of RGB (Red+Green+Blue) = 222+241+249=712 (94% of max value = 765). Red value is 222 (87.11% from 255 or 31.18% from 712); Green value is 241 (94.53% from 255 or 33.85% 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 #DEF1F9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEF1F9 is #210E06. Grayscale: #ECECEC. Windows color (decimal): -2166279 or 16380382. OLE color: 16380382.

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

Color convert

RGB222241249-
CMYK0.110.0300.02
HSL197.78º69.23%92.35%-
HSV(B)197.78º10.84%97.65%-
XYZ78.6885.28101.94-
YUV236.23135.21117.85-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 31.18%
GREEN value IS 241 (94.53% from 255) = 33.85%
BLUE value IS 249 (97.66% from 255) = 34.97%
R=31.18%
G=33.85%
B=34.97%

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
Decimal2222412490.110.0300.02197.7869.2392.35
HexDEF1F9B302c6455c
Octal33636137113302306105134
Binary1101111011110001111110011011110101100011010001011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEF1F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEF1F9; }

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

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

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

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

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

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

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

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