#DBEFFA

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

Shades of Pattens Blue #DBEFFA

Tints of Pattens Blue #DBEFFA

Color information

#DBEFFA (or 0xDBEFFA) is unknown color: approx Pattens Blue. HEX triplet: DB, EF and FA. RGB value is (219,239,250). Sum of RGB (Red+Green+Blue) = 219+239+250=708 (93% of max value = 765). Red value is 219 (85.94% from 255 or 30.93% from 708); Green value is 239 (93.75% from 255 or 33.76% from 708); Blue value is 250 (98.05% from 255 or 35.31% from 708); Max value from RGB is 250 - color contains mainly: blue. Hex color #DBEFFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBEFFA is #241005. Grayscale: #EAEAEA. Windows color (decimal): -2363398 or 16445403. OLE color: 16445403.

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

Color convert

RGB219239250-
CMYK0.120.0400.02
HSL201.29º75.61%91.96%-
HSV(B)201.29º12.4%98.04%-
XYZ77.3483.7102.52-
YUV234.27136.87117.11-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 30.93%
GREEN value IS 239 (93.75% from 255) = 33.76%
BLUE value IS 250 (98.05% from 255) = 35.31%
R=30.93%
G=33.76%
B=35.31%

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
Decimal2192392500.120.0400.02201.2975.6191.96
HexDBEFFAC402c94c5c
Octal33335737214402311114134
Binary11011011111011111111101011001000101100100110011001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBEFFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBEFFA; }

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

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

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

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

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

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

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

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