#DEEBEF

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

Shades of Pattens Blue #DEEBEF

Tints of Pattens Blue #DEEBEF

Color information

#DEEBEF (or 0xDEEBEF) is unknown color: approx Pattens Blue. HEX triplet: DE, EB and EF. RGB value is (222,235,239). Sum of RGB (Red+Green+Blue) = 222+235+239=696 (92% of max value = 765). Red value is 222 (87.11% from 255 or 31.90% from 696); Green value is 235 (92.19% from 255 or 33.76% from 696); Blue value is 239 (93.75% from 255 or 34.34% from 696); Max value from RGB is 239 - color contains mainly: blue. Hex color #DEEBEF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEEBEF is #211410. Grayscale: #E7E7E7. Windows color (decimal): -2167825 or 15723486. OLE color: 15723486.

HSL color Cylindrical-coordinate representation of color #DEEBEF: hue angle of 194.12º degrees, saturation: 0.35, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DEEBEF is Cyan = 0.07, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB222235239-
CMYK0.070.0200.06
HSL194.12º34.69%90.39%-
HSV(B)194.12º7.11%93.73%-
XYZ75.4181.1893.36-
YUV231.57132.19121.17-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 31.90%
GREEN value IS 235 (92.19% from 255) = 33.76%
BLUE value IS 239 (93.75% from 255) = 34.34%
R=31.90%
G=33.76%
B=34.34%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2222352390.070.0200.06194.1234.6990.39
HexDEEBEF7206c2235a
Octal336353357720630243132
Binary110111101110101111101111111100110110000101000111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEEBEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEEBEF; }

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

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

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

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

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

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

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

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