#DBF1FD

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

Shades of Pattens Blue #DBF1FD

Tints of Pattens Blue #DBF1FD

Color information

#DBF1FD (or 0xDBF1FD) is unknown color: approx Pattens Blue. HEX triplet: DB, F1 and FD. RGB value is (219,241,253). Sum of RGB (Red+Green+Blue) = 219+241+253=713 (94% of max value = 765). Red value is 219 (85.94% from 255 or 30.72% from 713); Green value is 241 (94.53% from 255 or 33.80% from 713); Blue value is 253 (99.22% from 255 or 35.48% from 713); Max value from RGB is 253 - color contains mainly: blue. Hex color #DBF1FD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBF1FD is #240E02. Grayscale: #EBEBEB. Windows color (decimal): -2362883 or 16642523. OLE color: 16642523.

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

Color convert

RGB219241253-
CMYK0.130.0500.01
HSL201.18º89.47%92.55%-
HSV(B)201.18º13.44%99.22%-
XYZ78.485.06105.22-
YUV235.79137.71116.02-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 30.72%
GREEN value IS 241 (94.53% from 255) = 33.80%
BLUE value IS 253 (99.22% from 255) = 35.48%
R=30.72%
G=33.80%
B=35.48%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2192412530.130.0500.01201.1889.4792.55
HexDBF1FDD501c9595d
Octal33336137515501311131135
Binary1101101111110001111111011101101011100100110110011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBF1FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBF1FD; }

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

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

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

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

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

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

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

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