#D1EFFA

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

Shades of Pattens Blue #D1EFFA

Tints of Pattens Blue #D1EFFA

Color information

#D1EFFA (or 0xD1EFFA) is unknown color: approx Pattens Blue. HEX triplet: D1, EF and FA. RGB value is (209,239,250). Sum of RGB (Red+Green+Blue) = 209+239+250=698 (92% of max value = 765). Red value is 209 (82.03% from 255 or 29.94% from 698); Green value is 239 (93.75% from 255 or 34.24% from 698); Blue value is 250 (98.05% from 255 or 35.82% from 698); Max value from RGB is 250 - color contains mainly: blue. Hex color #D1EFFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D1EFFA is #2E1005. Grayscale: #E7E7E7. Windows color (decimal): -3018758 or 16445393. OLE color: 16445393.

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

Color convert

RGB209239250-
CMYK0.160.0400.02
HSL196.1º80.39%90%-
HSV(B)196.1º16.4%98.04%-
XYZ74.4282.19102.38-
YUV231.28138.56112.11-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 29.94%
GREEN value IS 239 (93.75% from 255) = 34.24%
BLUE value IS 250 (98.05% from 255) = 35.82%
R=29.94%
G=34.24%
B=35.82%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2092392500.160.0400.02196.180.3990
HexD1EFFA10402c4505a
Octal32135737220402304120132
Binary110100011110111111111010100001000101100010010100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1EFFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1EFFA; }

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

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

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

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

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

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

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

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