#DBF4FF

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

Shades of Pattens Blue #DBF4FF

Tints of Pattens Blue #DBF4FF

Color information

#DBF4FF (or 0xDBF4FF) is unknown color: approx Pattens Blue. HEX triplet: DB, F4 and FF. RGB value is (219,244,255). Sum of RGB (Red+Green+Blue) = 219+244+255=718 (95% of max value = 765). Red value is 219 (85.94% from 255 or 30.50% from 718); Green value is 244 (95.70% from 255 or 33.98% from 718); Blue value is 255 (100% from 255 or 35.52% from 718); Max value from RGB is 255 - color contains mainly: blue. Hex color #DBF4FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBF4FF is #240B00. Grayscale: #EDEDED. Windows color (decimal): -2362113 or 16774363. OLE color: 16774363.

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

Color convert

RGB219244255-
CMYK0.140.0400
HSL198.33º100%92.94%-
HSV(B)198.33º14.12%100%-
XYZ79.6186.98107.2-
YUV237.78137.72114.61-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 30.50%
GREEN value IS 244 (95.70% from 255) = 33.98%
BLUE value IS 255 (100% from 255) = 35.52%
R=30.50%
G=33.98%
B=35.52%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2192442550.140.0400198.3310092.94
HexDBF4FFE400c6645d
Octal33336437716400306144135
Binary1101101111110100111111111110100001100011011001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBF4FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBF4FF; }

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

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

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

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

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

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

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

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