#DBF2FE

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

Shades of Pattens Blue #DBF2FE

Tints of Pattens Blue #DBF2FE

Color information

#DBF2FE (or 0xDBF2FE) is unknown color: approx Pattens Blue. HEX triplet: DB, F2 and FE. RGB value is (219,242,254). Sum of RGB (Red+Green+Blue) = 219+242+254=715 (94% of max value = 765). Red value is 219 (85.94% from 255 or 30.63% from 715); Green value is 242 (94.92% from 255 or 33.85% from 715); Blue value is 254 (99.61% from 255 or 35.52% from 715); Max value from RGB is 254 - color contains mainly: blue. Hex color #DBF2FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBF2FE is #240D01. Grayscale: #ECECEC. Windows color (decimal): -2362626 or 16708315. OLE color: 16708315.

HSL color Cylindrical-coordinate representation of color #DBF2FE: hue angle of 200.57º degrees, saturation: 0.95, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DBF2FE is Cyan = 0.14, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB219242254-
CMYK0.140.0500.00
HSL200.57º94.59%92.75%-
HSV(B)200.57º13.78%99.61%-
XYZ78.8585.72106.16-
YUV236.49137.88115.52-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 30.63%
GREEN value IS 242 (94.92% from 255) = 33.85%
BLUE value IS 254 (99.61% from 255) = 35.52%
R=30.63%
G=33.85%
B=35.52%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2192422540.140.0500.00200.5794.5992.75
HexDBF2FEE500c95f5d
Octal33336237616500311137135
Binary1101101111110010111111101110101001100100110111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBF2FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBF2FE; }

 p { color: rgb(219,242,254); }

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

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

 a { background-color: rgb(219,242,254); }

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

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

 span { border-color: rgb(219,242,254); }

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