#D3EAFB

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

Shades of Pattens Blue #D3EAFB

Tints of Pattens Blue #D3EAFB

Color information

#D3EAFB (or 0xD3EAFB) is unknown color: approx Pattens Blue. HEX triplet: D3, EA and FB. RGB value is (211,234,251). Sum of RGB (Red+Green+Blue) = 211+234+251=696 (92% of max value = 765). Red value is 211 (82.81% from 255 or 30.32% from 696); Green value is 234 (91.80% from 255 or 33.62% from 696); Blue value is 251 (98.44% from 255 or 36.06% from 696); Max value from RGB is 251 - color contains mainly: blue. Hex color #D3EAFB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D3EAFB is #2C1504. Grayscale: #E4E4E4. Windows color (decimal): -2888965 or 16509651. OLE color: 16509651.

HSL color Cylindrical-coordinate representation of color #D3EAFB: hue angle of 205.5º degrees, saturation: 0.83, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D3EAFB is Cyan = 0.16, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB211234251-
CMYK0.160.0700.02
HSL205.5º83.33%90.59%-
HSV(B)205.5º15.94%98.43%-
XYZ73.779.66102.76-
YUV229.06140.38115.12-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 30.32%
GREEN value IS 234 (91.80% from 255) = 33.62%
BLUE value IS 251 (98.44% from 255) = 36.06%
R=30.32%
G=33.62%
B=36.06%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2112342510.160.0700.02205.583.3390.59
HexD3EAFB10702ce535b
Octal32335237320702316123133
Binary110100111110101011111011100001110101100111010100111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3EAFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3EAFB; }

 p { color: rgb(211,234,251); }

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

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

 a { background-color: rgb(211,234,251); }

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

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

 span { border-color: rgb(211,234,251); }

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