#DBEEFE

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

Shades of Pattens Blue #DBEEFE

Tints of Pattens Blue #DBEEFE

Color information

#DBEEFE (or 0xDBEEFE) is unknown color: approx Pattens Blue. HEX triplet: DB, EE and FE. RGB value is (219,238,254). Sum of RGB (Red+Green+Blue) = 219+238+254=711 (94% of max value = 765). Red value is 219 (85.94% from 255 or 30.80% from 711); Green value is 238 (93.36% from 255 or 33.47% from 711); Blue value is 254 (99.61% from 255 or 35.72% from 711); Max value from RGB is 254 - color contains mainly: blue. Hex color #DBEEFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBEEFE is #241101. Grayscale: #EAEAEA. Windows color (decimal): -2363650 or 16707291. OLE color: 16707291.

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

Color convert

RGB219238254-
CMYK0.140.0600.00
HSL207.43º94.59%92.75%-
HSV(B)207.43º13.78%99.61%-
XYZ77.6883.36105.76-
YUV234.14139.21117.2-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 30.80%
GREEN value IS 238 (93.36% from 255) = 33.47%
BLUE value IS 254 (99.61% from 255) = 35.72%
R=30.80%
G=33.47%
B=35.72%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2192382540.140.0600.00207.4394.5992.75
HexDBEEFEE600cf5f5d
Octal33335637616600317137135
Binary1101101111101110111111101110110001100111110111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBEEFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBEEFE; }

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

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

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

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

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

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

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

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