#DBF1FA

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

Shades of Pattens Blue #DBF1FA

Tints of Pattens Blue #DBF1FA

Color information

#DBF1FA (or 0xDBF1FA) is unknown color: approx Pattens Blue. HEX triplet: DB, F1 and FA. RGB value is (219,241,250). Sum of RGB (Red+Green+Blue) = 219+241+250=710 (94% of max value = 765). Red value is 219 (85.94% from 255 or 30.85% from 710); Green value is 241 (94.53% from 255 or 33.94% from 710); Blue value is 250 (98.05% from 255 or 35.21% from 710); Max value from RGB is 250 - color contains mainly: blue. Hex color #DBF1FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBF1FA is #240E05. Grayscale: #EBEBEB. Windows color (decimal): -2362886 or 16445915. OLE color: 16445915.

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

Color convert

RGB219241250-
CMYK0.120.0400.02
HSL197.42º75.61%91.96%-
HSV(B)197.42º12.4%98.04%-
XYZ77.9284.87102.72-
YUV235.45136.21116.27-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 30.85%
GREEN value IS 241 (94.53% from 255) = 33.94%
BLUE value IS 250 (98.05% from 255) = 35.21%
R=30.85%
G=33.94%
B=35.21%

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
Decimal2192412500.120.0400.02197.4275.6191.96
HexDBF1FAC402c54c5c
Octal33336137214402305114134
Binary11011011111100011111101011001000101100010110011001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBF1FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBF1FA; }

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

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

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

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

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

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

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

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