#DBEAF9

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

Shades of Pattens Blue #DBEAF9

Tints of Pattens Blue #DBEAF9

Color information

#DBEAF9 (or 0xDBEAF9) is unknown color: approx Pattens Blue. HEX triplet: DB, EA and F9. RGB value is (219,234,249). Sum of RGB (Red+Green+Blue) = 219+234+249=702 (92% of max value = 765). Red value is 219 (85.94% from 255 or 31.20% from 702); Green value is 234 (91.80% from 255 or 33.33% from 702); Blue value is 249 (97.66% from 255 or 35.47% from 702); Max value from RGB is 249 - color contains mainly: blue. Hex color #DBEAF9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBEAF9 is #241506. Grayscale: #E7E7E7. Windows color (decimal): -2364679 or 16378587. OLE color: 16378587.

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

Color convert

RGB219234249-
CMYK0.120.0600.02
HSL210º71.43%91.76%-
HSV(B)210º12.05%97.65%-
XYZ75.7480.75101.22-
YUV231.22138.03119.28-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 31.20%
GREEN value IS 234 (91.80% from 255) = 33.33%
BLUE value IS 249 (97.66% from 255) = 35.47%
R=31.20%
G=33.33%
B=35.47%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2192342490.120.0600.0221071.4391.76
HexDBEAF9C602d2475c
Octal33335237114602322107134
Binary11011011111010101111100111001100101101001010001111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBEAF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBEAF9; }

 p { color: rgb(219,234,249); }

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

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

 a { background-color: rgb(219,234,249); }

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

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

 span { border-color: rgb(219,234,249); }

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