#DBF1FC

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

Shades of Pattens Blue #DBF1FC

Tints of Pattens Blue #DBF1FC

Color information

#DBF1FC (or 0xDBF1FC) is unknown color: approx Pattens Blue. HEX triplet: DB, F1 and FC. RGB value is (219,241,252). Sum of RGB (Red+Green+Blue) = 219+241+252=712 (94% of max value = 765). Red value is 219 (85.94% from 255 or 30.76% from 712); Green value is 241 (94.53% from 255 or 33.85% from 712); Blue value is 252 (98.83% from 255 or 35.39% from 712); Max value from RGB is 252 - color contains mainly: blue. Hex color #DBF1FC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBF1FC is #240E03. Grayscale: #EBEBEB. Windows color (decimal): -2362884 or 16576987. OLE color: 16576987.

HSL color Cylindrical-coordinate representation of color #DBF1FC: hue angle of 200º degrees, saturation: 0.85, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DBF1FC is Cyan = 0.13, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB219241252-
CMYK0.130.0400.01
HSL200º84.62%92.35%-
HSV(B)200º13.1%98.82%-
XYZ78.2485104.38-
YUV235.68137.21116.11-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 30.76%
GREEN value IS 241 (94.53% from 255) = 33.85%
BLUE value IS 252 (98.83% from 255) = 35.39%
R=30.76%
G=33.85%
B=35.39%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2192412520.130.0400.0120084.6292.35
HexDBF1FCD401c8555c
Octal33336137415401310125134
Binary1101101111110001111111001101100011100100010101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBF1FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBF1FC; }

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

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

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

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

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

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

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

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