#DBF3FB

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

Shades of Pattens Blue #DBF3FB

Tints of Pattens Blue #DBF3FB

Color information

#DBF3FB (or 0xDBF3FB) is unknown color: approx Pattens Blue. HEX triplet: DB, F3 and FB. RGB value is (219,243,251). Sum of RGB (Red+Green+Blue) = 219+243+251=713 (94% of max value = 765). Red value is 219 (85.94% from 255 or 30.72% from 713); Green value is 243 (95.31% from 255 or 34.08% from 713); Blue value is 251 (98.44% from 255 or 35.20% from 713); Max value from RGB is 251 - color contains mainly: blue. Hex color #DBF3FB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBF3FB is #240C04. Grayscale: #ECECEC. Windows color (decimal): -2362373 or 16511963. OLE color: 16511963.

HSL color Cylindrical-coordinate representation of color #DBF3FB: hue angle of 195º degrees, saturation: 0.8, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DBF3FB is Cyan = 0.13, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB219243251-
CMYK0.130.0300.02
HSL195º80%92.16%-
HSV(B)195º12.75%98.43%-
XYZ78.6886.13103.74-
YUV236.74136.05115.35-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 30.72%
GREEN value IS 243 (95.31% from 255) = 34.08%
BLUE value IS 251 (98.44% from 255) = 35.20%
R=30.72%
G=34.08%
B=35.20%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2192432510.130.0300.021958092.16
HexDBF3FBD302c3505c
Octal33336337315302303120134
Binary1101101111110011111110111101110101100001110100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBF3FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBF3FB; }

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

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

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

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

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

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

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

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