#DBF3FA

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

Shades of Pattens Blue #DBF3FA

Tints of Pattens Blue #DBF3FA

Color information

#DBF3FA (or 0xDBF3FA) is unknown color: approx Pattens Blue. HEX triplet: DB, F3 and FA. RGB value is (219,243,250). Sum of RGB (Red+Green+Blue) = 219+243+250=712 (94% of max value = 765). Red value is 219 (85.94% from 255 or 30.76% from 712); Green value is 243 (95.31% from 255 or 34.13% from 712); Blue value is 250 (98.05% from 255 or 35.11% from 712); Max value from RGB is 250 - color contains mainly: blue. Hex color #DBF3FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBF3FA is #240C05. Grayscale: #ECECEC. Windows color (decimal): -2362374 or 16446427. OLE color: 16446427.

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

Color convert

RGB219243250-
CMYK0.120.0300.02
HSL193.55º75.61%91.96%-
HSV(B)193.55º12.4%98.04%-
XYZ78.5286.06102.92-
YUV236.62135.55115.43-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 30.76%
GREEN value IS 243 (95.31% from 255) = 34.13%
BLUE value IS 250 (98.05% from 255) = 35.11%
R=30.76%
G=34.13%
B=35.11%

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
Decimal2192432500.120.0300.02193.5575.6191.96
HexDBF3FAC302c24c5c
Octal33336337214302302114134
Binary1101101111110011111110101100110101100001010011001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBF3FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBF3FA; }

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

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

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

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

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

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

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

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