#D7EBF9

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

Shades of Pattens Blue #D7EBF9

Tints of Pattens Blue #D7EBF9

Color information

#D7EBF9 (or 0xD7EBF9) is unknown color: approx Pattens Blue. HEX triplet: D7, EB and F9. RGB value is (215,235,249). Sum of RGB (Red+Green+Blue) = 215+235+249=699 (92% of max value = 765). Red value is 215 (84.38% from 255 or 30.76% from 699); Green value is 235 (92.19% from 255 or 33.62% from 699); Blue value is 249 (97.66% from 255 or 35.62% from 699); Max value from RGB is 249 - color contains mainly: blue. Hex color #D7EBF9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D7EBF9 is #281406. Grayscale: #E6E6E6. Windows color (decimal): -2626567 or 16378839. OLE color: 16378839.

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

Color convert

RGB215235249-
CMYK0.140.0600.02
HSL204.71º73.91%90.98%-
HSV(B)204.71º13.65%97.65%-
XYZ74.8380.7101.26-
YUV230.62138.37116.86-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 30.76%
GREEN value IS 235 (92.19% from 255) = 33.62%
BLUE value IS 249 (97.66% from 255) = 35.62%
R=30.76%
G=33.62%
B=35.62%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2152352490.140.0600.02204.7173.9190.98
HexD7EBF9E602cd4a5b
Octal32735337116602315112133
Binary11010111111010111111100111101100101100110110010101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7EBF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7EBF9; }

 p { color: rgb(215,235,249); }

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

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

 a { background-color: rgb(215,235,249); }

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

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

 span { border-color: rgb(215,235,249); }

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