#DBEEFF

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

Shades of Pattens Blue #DBEEFF

Tints of Pattens Blue #DBEEFF

Color information

#DBEEFF (or 0xDBEEFF) is unknown color: approx Pattens Blue. HEX triplet: DB, EE and FF. RGB value is (219,238,255). Sum of RGB (Red+Green+Blue) = 219+238+255=712 (94% of max value = 765). Red value is 219 (85.94% from 255 or 30.76% from 712); Green value is 238 (93.36% from 255 or 33.43% from 712); Blue value is 255 (100% from 255 or 35.81% from 712); Max value from RGB is 255 - color contains mainly: blue. Hex color #DBEEFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBEEFF is #241100. Grayscale: #EAEAEA. Windows color (decimal): -2363649 or 16772827. OLE color: 16772827.

HSL color Cylindrical-coordinate representation of color #DBEEFF: hue angle of 208.33º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DBEEFF is Cyan = 0.14, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB219238255-
CMYK0.140.0700
HSL208.33º100%92.94%-
HSV(B)208.33º14.12%100%-
XYZ77.8483.43106.61-
YUV234.26139.71117.12-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 30.76%
GREEN value IS 238 (93.36% from 255) = 33.43%
BLUE value IS 255 (100% from 255) = 35.81%
R=30.76%
G=33.43%
B=35.81%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2192382550.140.0700208.3310092.94
HexDBEEFFE700d0645d
Octal33335637716700320144135
Binary1101101111101110111111111110111001101000011001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBEEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBEEFF; }

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

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

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

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

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

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

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

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