#D1EFFF

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

Shades of Pattens Blue #D1EFFF

Tints of Pattens Blue #D1EFFF

Color information

#D1EFFF (or 0xD1EFFF) is unknown color: approx Pattens Blue. HEX triplet: D1, EF and FF. RGB value is (209,239,255). Sum of RGB (Red+Green+Blue) = 209+239+255=703 (93% of max value = 765). Red value is 209 (82.03% from 255 or 29.73% from 703); Green value is 239 (93.75% from 255 or 34.00% from 703); Blue value is 255 (100% from 255 or 36.27% from 703); Max value from RGB is 255 - color contains mainly: blue. Hex color #D1EFFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D1EFFF is #2E1000. Grayscale: #E7E7E7. Windows color (decimal): -3018753 or 16773073. OLE color: 16773073.

HSL color Cylindrical-coordinate representation of color #D1EFFF: hue angle of 200.87º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D1EFFF is Cyan = 0.18, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB209239255-
CMYK0.180.0600
HSL200.87º100%90.98%-
HSV(B)200.87º18.04%100%-
XYZ75.2182.51106.57-
YUV231.85141.06111.7-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 29.73%
GREEN value IS 239 (93.75% from 255) = 34.00%
BLUE value IS 255 (100% from 255) = 36.27%
R=29.73%
G=34.00%
B=36.27%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2092392550.180.0600200.8710090.98
HexD1EFFF12600c9645b
Octal32135737722600311144133
Binary11010001111011111111111110010110001100100111001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1EFFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1EFFF; }

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

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

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

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

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

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

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

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