#DBF3FF

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

Shades of Pattens Blue #DBF3FF

Tints of Pattens Blue #DBF3FF

Color information

#DBF3FF (or 0xDBF3FF) is unknown color: approx Pattens Blue. HEX triplet: DB, F3 and FF. RGB value is (219,243,255). Sum of RGB (Red+Green+Blue) = 219+243+255=717 (94% of max value = 765). Red value is 219 (85.94% from 255 or 30.54% from 717); Green value is 243 (95.31% from 255 or 33.89% from 717); Blue value is 255 (100% from 255 or 35.56% from 717); Max value from RGB is 255 - color contains mainly: blue. Hex color #DBF3FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBF3FF is #240C00. Grayscale: #EDEDED. Windows color (decimal): -2362369 or 16774107. OLE color: 16774107.

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

Color convert

RGB219243255-
CMYK0.140.0500
HSL200º100%92.94%-
HSV(B)200º14.12%100%-
XYZ79.3186.38107.1-
YUV237.19138.05115.02-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 30.54%
GREEN value IS 243 (95.31% from 255) = 33.89%
BLUE value IS 255 (100% from 255) = 35.56%
R=30.54%
G=33.89%
B=35.56%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2192432550.140.050020010092.94
HexDBF3FFE500c8645d
Octal33336337716500310144135
Binary1101101111110011111111111110101001100100011001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBF3FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBF3FF; }

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

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

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

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

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

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

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

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