#D7EAF0

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

Shades of Pattens Blue #D7EAF0

Tints of Pattens Blue #D7EAF0

Color information

#D7EAF0 (or 0xD7EAF0) is unknown color: approx Pattens Blue. HEX triplet: D7, EA and F0. RGB value is (215,234,240). Sum of RGB (Red+Green+Blue) = 215+234+240=689 (91% of max value = 765). Red value is 215 (84.38% from 255 or 31.20% from 689); Green value is 234 (91.80% from 255 or 33.96% from 689); Blue value is 240 (94.14% from 255 or 34.83% from 689); Max value from RGB is 240 - color contains mainly: blue. Hex color #D7EAF0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D7EAF0 is #28150F. Grayscale: #E4E4E4. Windows color (decimal): -2626832 or 15788759. OLE color: 15788759.

HSL color Cylindrical-coordinate representation of color #D7EAF0: hue angle of 194.4º degrees, saturation: 0.45, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D7EAF0 is Cyan = 0.10, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB215234240-
CMYK0.100.0200.06
HSL194.4º45.45%89.22%-
HSV(B)194.4º10.42%94.12%-
XYZ73.1879.5893.94-
YUV229134.21118.01-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 31.20%
GREEN value IS 234 (91.80% from 255) = 33.96%
BLUE value IS 240 (94.14% from 255) = 34.83%
R=31.20%
G=33.96%
B=34.83%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2152342400.100.0200.06194.445.4589.22
HexD7EAF0A206c22d59
Octal3273523601220630255131
Binary1101011111101010111100001010100110110000101011011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7EAF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7EAF0; }

 p { color: rgb(215,234,240); }

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

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

 a { background-color: rgb(215,234,240); }

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

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

 span { border-color: rgb(215,234,240); }

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