#D1EAFA

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

Shades of Pattens Blue #D1EAFA

Tints of Pattens Blue #D1EAFA

Color information

#D1EAFA (or 0xD1EAFA) is unknown color: approx Pattens Blue. HEX triplet: D1, EA and FA. RGB value is (209,234,250). Sum of RGB (Red+Green+Blue) = 209+234+250=693 (91% of max value = 765). Red value is 209 (82.03% from 255 or 30.16% from 693); Green value is 234 (91.80% from 255 or 33.77% from 693); Blue value is 250 (98.05% from 255 or 36.08% from 693); Max value from RGB is 250 - color contains mainly: blue. Hex color #D1EAFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D1EAFA is #2E1505. Grayscale: #E4E4E4. Windows color (decimal): -3020038 or 16444113. OLE color: 16444113.

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

Color convert

RGB209234250-
CMYK0.160.0600.02
HSL203.41º80.39%90%-
HSV(B)203.41º16.4%98.04%-
XYZ72.9779.3101.9-
YUV228.35140.22114.2-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 30.16%
GREEN value IS 234 (91.80% from 255) = 33.77%
BLUE value IS 250 (98.05% from 255) = 36.08%
R=30.16%
G=33.77%
B=36.08%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2092342500.160.0600.02203.4180.3990
HexD1EAFA10602cb505a
Octal32135237220602313120132
Binary110100011110101011111010100001100101100101110100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1EAFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1EAFA; }

 p { color: rgb(209,234,250); }

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

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

 a { background-color: rgb(209,234,250); }

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

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

 span { border-color: rgb(209,234,250); }

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