#DBF2FA

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

Shades of Pattens Blue #DBF2FA

Tints of Pattens Blue #DBF2FA

Color information

#DBF2FA (or 0xDBF2FA) is unknown color: approx Pattens Blue. HEX triplet: DB, F2 and FA. RGB value is (219,242,250). Sum of RGB (Red+Green+Blue) = 219+242+250=711 (94% of max value = 765). Red value is 219 (85.94% from 255 or 30.80% from 711); Green value is 242 (94.92% from 255 or 34.04% from 711); Blue value is 250 (98.05% from 255 or 35.16% from 711); Max value from RGB is 250 - color contains mainly: blue. Hex color #DBF2FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBF2FA is #240D05. Grayscale: #EBEBEB. Windows color (decimal): -2362630 or 16446171. OLE color: 16446171.

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

Color convert

RGB219242250-
CMYK0.120.0300.02
HSL195.48º75.61%91.96%-
HSV(B)195.48º12.4%98.04%-
XYZ78.2285.47102.82-
YUV236.04135.88115.85-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 30.80%
GREEN value IS 242 (94.92% from 255) = 34.04%
BLUE value IS 250 (98.05% from 255) = 35.16%
R=30.80%
G=34.04%
B=35.16%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2192422500.120.0300.02195.4875.6191.96
HexDBF2FAC302c34c5c
Octal33336237214302303114134
Binary1101101111110010111110101100110101100001110011001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBF2FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBF2FA; }

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

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

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

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

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

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

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

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