#DBEFF5

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

Shades of Pattens Blue #DBEFF5

Tints of Pattens Blue #DBEFF5

Color information

#DBEFF5 (or 0xDBEFF5) is unknown color: approx Pattens Blue. HEX triplet: DB, EF and F5. RGB value is (219,239,245). Sum of RGB (Red+Green+Blue) = 219+239+245=703 (93% of max value = 765). Red value is 219 (85.94% from 255 or 31.15% from 703); Green value is 239 (93.75% from 255 or 34.00% from 703); Blue value is 245 (96.09% from 255 or 34.85% from 703); Max value from RGB is 245 - color contains mainly: blue. Hex color #DBEFF5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBEFF5 is #24100A. Grayscale: #E9E9E9. Windows color (decimal): -2363403 or 16117723. OLE color: 16117723.

HSL color Cylindrical-coordinate representation of color #DBEFF5: hue angle of 193.85º 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 #DBEFF5 is Cyan = 0.11, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB219239245-
CMYK0.110.0200.04
HSL193.85º56.52%90.98%-
HSV(B)193.85º10.61%96.08%-
XYZ76.5683.3998.45-
YUV233.7134.37117.51-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 31.15%
GREEN value IS 239 (93.75% from 255) = 34.00%
BLUE value IS 245 (96.09% from 255) = 34.85%
R=31.15%
G=34.00%
B=34.85%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2192392450.110.0200.04193.8556.5290.98
HexDBEFF5B204c2395b
Octal3333573651320430271133
Binary1101101111101111111101011011100100110000101110011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBEFF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBEFF5; }

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

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

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

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

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

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

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

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