#DBF2FC

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

Shades of Pattens Blue #DBF2FC

Tints of Pattens Blue #DBF2FC

Color information

#DBF2FC (or 0xDBF2FC) is unknown color: approx Pattens Blue. HEX triplet: DB, F2 and FC. RGB value is (219,242,252). Sum of RGB (Red+Green+Blue) = 219+242+252=713 (94% of max value = 765). Red value is 219 (85.94% from 255 or 30.72% from 713); Green value is 242 (94.92% from 255 or 33.94% from 713); Blue value is 252 (98.83% from 255 or 35.34% from 713); Max value from RGB is 252 - color contains mainly: blue. Hex color #DBF2FC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBF2FC is #240D03. Grayscale: #ECECEC. Windows color (decimal): -2362628 or 16577243. OLE color: 16577243.

HSL color Cylindrical-coordinate representation of color #DBF2FC: hue angle of 198.18º degrees, saturation: 0.85, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DBF2FC is Cyan = 0.13, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB219242252-
CMYK0.130.0400.01
HSL198.18º84.62%92.35%-
HSV(B)198.18º13.1%98.82%-
XYZ78.5485.59104.48-
YUV236.26136.88115.69-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 30.72%
GREEN value IS 242 (94.92% from 255) = 33.94%
BLUE value IS 252 (98.83% from 255) = 35.34%
R=30.72%
G=33.94%
B=35.34%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2192422520.130.0400.01198.1884.6292.35
HexDBF2FCD401c6555c
Octal33336237415401306125134
Binary1101101111110010111111001101100011100011010101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBF2FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBF2FC; }

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

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

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

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

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

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

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

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