#DBF0FE

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

Shades of Pattens Blue #DBF0FE

Tints of Pattens Blue #DBF0FE

Color information

#DBF0FE (or 0xDBF0FE) is unknown color: approx Pattens Blue. HEX triplet: DB, F0 and FE. RGB value is (219,240,254). Sum of RGB (Red+Green+Blue) = 219+240+254=713 (94% of max value = 765). Red value is 219 (85.94% from 255 or 30.72% from 713); Green value is 240 (94.14% from 255 or 33.66% from 713); Blue value is 254 (99.61% from 255 or 35.62% from 713); Max value from RGB is 254 - color contains mainly: blue. Hex color #DBF0FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBF0FE is #240F01. Grayscale: #EBEBEB. Windows color (decimal): -2363138 or 16707803. OLE color: 16707803.

HSL color Cylindrical-coordinate representation of color #DBF0FE: hue angle of 204º 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 #DBF0FE is Cyan = 0.14, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB219240254-
CMYK0.140.0600.00
HSL204º94.59%92.75%-
HSV(B)204º13.78%99.61%-
XYZ78.2684.54105.96-
YUV235.32138.54116.36-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 30.72%
GREEN value IS 240 (94.14% from 255) = 33.66%
BLUE value IS 254 (99.61% from 255) = 35.62%
R=30.72%
G=33.66%
B=35.62%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2192402540.140.0600.0020494.5992.75
HexDBF0FEE600cc5f5d
Octal33336037616600314137135
Binary1101101111110000111111101110110001100110010111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBF0FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBF0FE; }

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

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

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

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

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

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

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

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