#DBF5FF

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

Shades of Pattens Blue #DBF5FF

Tints of Pattens Blue #DBF5FF

Color information

#DBF5FF (or 0xDBF5FF) is unknown color: approx Pattens Blue. HEX triplet: DB, F5 and FF. RGB value is (219,245,255). Sum of RGB (Red+Green+Blue) = 219+245+255=719 (95% of max value = 765). Red value is 219 (85.94% from 255 or 30.46% from 719); Green value is 245 (96.09% from 255 or 34.08% from 719); Blue value is 255 (100% from 255 or 35.47% from 719); Max value from RGB is 255 - color contains mainly: blue. Hex color #DBF5FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBF5FF is #240A00. Grayscale: #EEEEEE. Windows color (decimal): -2361857 or 16774619. OLE color: 16774619.

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

Color convert

RGB219245255-
CMYK0.140.0400
HSL196.67º100%92.94%-
HSV(B)196.67º14.12%100%-
XYZ79.9287.58107.3-
YUV238.37137.39114.19-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 30.46%
GREEN value IS 245 (96.09% from 255) = 34.08%
BLUE value IS 255 (100% from 255) = 35.47%
R=30.46%
G=34.08%
B=35.47%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2192452550.140.0400196.6710092.94
HexDBF5FFE400c5645d
Octal33336537716400305144135
Binary1101101111110101111111111110100001100010111001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBF5FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBF5FF; }

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

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

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

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

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

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

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

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