#DBEEFA

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

Shades of Pattens Blue #DBEEFA

Tints of Pattens Blue #DBEEFA

Color information

#DBEEFA (or 0xDBEEFA) is unknown color: approx Pattens Blue. HEX triplet: DB, EE and FA. RGB value is (219,238,250). Sum of RGB (Red+Green+Blue) = 219+238+250=707 (93% of max value = 765). Red value is 219 (85.94% from 255 or 30.98% from 707); Green value is 238 (93.36% from 255 or 33.66% from 707); Blue value is 250 (98.05% from 255 or 35.36% from 707); Max value from RGB is 250 - color contains mainly: blue. Hex color #DBEEFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBEEFA is #241105. Grayscale: #E9E9E9. Windows color (decimal): -2363654 or 16445147. OLE color: 16445147.

HSL color Cylindrical-coordinate representation of color #DBEEFA: hue angle of 203.23º degrees, saturation: 0.76, 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 #DBEEFA is Cyan = 0.12, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB219238250-
CMYK0.120.0500.02
HSL203.23º75.61%91.96%-
HSV(B)203.23º12.4%98.04%-
XYZ77.0483.11102.42-
YUV233.69137.21117.52-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 30.98%
GREEN value IS 238 (93.36% from 255) = 33.66%
BLUE value IS 250 (98.05% from 255) = 35.36%
R=30.98%
G=33.66%
B=35.36%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2192382500.120.0500.02203.2375.6191.96
HexDBEEFAC502cb4c5c
Octal33335637214502313114134
Binary11011011111011101111101011001010101100101110011001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBEEFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBEEFA; }

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

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

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

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

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

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

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

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