#DBEFF9

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

Shades of Pattens Blue #DBEFF9

Tints of Pattens Blue #DBEFF9

Color information

#DBEFF9 (or 0xDBEFF9) is unknown color: approx Pattens Blue. HEX triplet: DB, EF and F9. RGB value is (219,239,249). Sum of RGB (Red+Green+Blue) = 219+239+249=707 (93% of max value = 765). Red value is 219 (85.94% from 255 or 30.98% from 707); Green value is 239 (93.75% from 255 or 33.80% from 707); Blue value is 249 (97.66% from 255 or 35.22% from 707); Max value from RGB is 249 - color contains mainly: blue. Hex color #DBEFF9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBEFF9 is #241006. Grayscale: #EAEAEA. Windows color (decimal): -2363399 or 16379867. OLE color: 16379867.

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

Color convert

RGB219239249-
CMYK0.120.0400.02
HSL200º71.43%91.76%-
HSV(B)200º12.05%97.65%-
XYZ77.1883.63101.7-
YUV234.16136.37117.19-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 30.98%
GREEN value IS 239 (93.75% from 255) = 33.80%
BLUE value IS 249 (97.66% from 255) = 35.22%
R=30.98%
G=33.80%
B=35.22%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2192392490.120.0400.0220071.4391.76
HexDBEFF9C402c8475c
Octal33335737114402310107134
Binary11011011111011111111100111001000101100100010001111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBEFF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBEFF9; }

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

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

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

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

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

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

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

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