#DBF4FD

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

Shades of Pattens Blue #DBF4FD

Tints of Pattens Blue #DBF4FD

Color information

#DBF4FD (or 0xDBF4FD) is unknown color: approx Pattens Blue. HEX triplet: DB, F4 and FD. RGB value is (219,244,253). Sum of RGB (Red+Green+Blue) = 219+244+253=716 (94% of max value = 765). Red value is 219 (85.94% from 255 or 30.59% from 716); Green value is 244 (95.70% from 255 or 34.08% from 716); Blue value is 253 (99.22% from 255 or 35.34% from 716); Max value from RGB is 253 - color contains mainly: blue. Hex color #DBF4FD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBF4FD is #240B02. Grayscale: #EDEDED. Windows color (decimal): -2362115 or 16643291. OLE color: 16643291.

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

Color convert

RGB219244253-
CMYK0.130.0400.01
HSL195.88º89.47%92.55%-
HSV(B)195.88º13.44%99.22%-
XYZ79.2986.85105.51-
YUV237.55136.72114.77-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 30.59%
GREEN value IS 244 (95.70% from 255) = 34.08%
BLUE value IS 253 (99.22% from 255) = 35.34%
R=30.59%
G=34.08%
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
Decimal2192442530.130.0400.01195.8889.4792.55
HexDBF4FDD401c4595d
Octal33336437515401304131135
Binary1101101111110100111111011101100011100010010110011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBF4FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBF4FD; }

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

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

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

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

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

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

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

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