#DBF1FF

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

Shades of Pattens Blue #DBF1FF

Tints of Pattens Blue #DBF1FF

Color information

#DBF1FF (or 0xDBF1FF) is unknown color: approx Pattens Blue. HEX triplet: DB, F1 and FF. RGB value is (219,241,255). Sum of RGB (Red+Green+Blue) = 219+241+255=715 (94% of max value = 765). Red value is 219 (85.94% from 255 or 30.63% from 715); Green value is 241 (94.53% from 255 or 33.71% from 715); Blue value is 255 (100% from 255 or 35.66% from 715); Max value from RGB is 255 - color contains mainly: blue. Hex color #DBF1FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBF1FF is #240E00. Grayscale: #EBEBEB. Windows color (decimal): -2362881 or 16773595. OLE color: 16773595.

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

Color convert

RGB219241255-
CMYK0.140.0500
HSL203.33º100%92.94%-
HSV(B)203.33º14.12%100%-
XYZ78.7285.19106.9-
YUV236.02138.71115.86-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 30.63%
GREEN value IS 241 (94.53% from 255) = 33.71%
BLUE value IS 255 (100% from 255) = 35.66%
R=30.63%
G=33.71%
B=35.66%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2192412550.140.0500203.3310092.94
HexDBF1FFE500cb645d
Octal33336137716500313144135
Binary1101101111110001111111111110101001100101111001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBF1FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBF1FF; }

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

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

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

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

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

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

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

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