#DBEFF4

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

Shades of Pattens Blue #DBEFF4

Tints of Pattens Blue #DBEFF4

Color information

#DBEFF4 (or 0xDBEFF4) is unknown color: approx Pattens Blue. HEX triplet: DB, EF and F4. RGB value is (219,239,244). Sum of RGB (Red+Green+Blue) = 219+239+244=702 (92% of max value = 765). Red value is 219 (85.94% from 255 or 31.20% from 702); Green value is 239 (93.75% from 255 or 34.05% from 702); Blue value is 244 (95.70% from 255 or 34.76% from 702); Max value from RGB is 244 - color contains mainly: blue. Hex color #DBEFF4 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBEFF4 is #24100B. Grayscale: #E9E9E9. Windows color (decimal): -2363404 or 16052187. OLE color: 16052187.

HSL color Cylindrical-coordinate representation of color #DBEFF4: hue angle of 192º degrees, saturation: 0.53, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DBEFF4 is Cyan = 0.10, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB219239244-
CMYK0.100.0200.04
HSL192º53.19%90.78%-
HSV(B)192º10.25%95.69%-
XYZ76.4183.3297.64-
YUV233.59133.87117.59-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 31.20%
GREEN value IS 239 (93.75% from 255) = 34.05%
BLUE value IS 244 (95.70% from 255) = 34.76%
R=31.20%
G=34.05%
B=34.76%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2192392440.100.0200.0419253.1990.78
HexDBEFF4A204c0355b
Octal3333573641220430065133
Binary1101101111101111111101001010100100110000001101011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBEFF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBEFF4; }

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

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

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

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

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

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

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

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