#DBEEF5

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

Shades of Pattens Blue #DBEEF5

Tints of Pattens Blue #DBEEF5

Color information

#DBEEF5 (or 0xDBEEF5) is unknown color: approx Pattens Blue. HEX triplet: DB, EE and F5. RGB value is (219,238,245). Sum of RGB (Red+Green+Blue) = 219+238+245=702 (92% of max value = 765). Red value is 219 (85.94% from 255 or 31.20% from 702); Green value is 238 (93.36% from 255 or 33.90% from 702); Blue value is 245 (96.09% from 255 or 34.90% from 702); Max value from RGB is 245 - color contains mainly: blue. Hex color #DBEEF5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBEEF5 is #24110A. Grayscale: #E9E9E9. Windows color (decimal): -2363659 or 16117467. OLE color: 16117467.

HSL color Cylindrical-coordinate representation of color #DBEEF5: hue angle of 196.15º degrees, saturation: 0.57, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DBEEF5 is Cyan = 0.11, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB219238245-
CMYK0.110.0300.04
HSL196.15º56.52%90.98%-
HSV(B)196.15º10.61%96.08%-
XYZ76.2782.898.35-
YUV233.12134.71117.93-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 31.20%
GREEN value IS 238 (93.36% from 255) = 33.90%
BLUE value IS 245 (96.09% from 255) = 34.90%
R=31.20%
G=33.90%
B=34.90%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2192382450.110.0300.04196.1556.5290.98
HexDBEEF5B304c4395b
Octal3333563651330430471133
Binary1101101111101110111101011011110100110001001110011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBEEF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBEEF5; }

 p { color: rgb(219,238,245); }

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

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

 a { background-color: rgb(219,238,245); }

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

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

 span { border-color: rgb(219,238,245); }

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