#D7EAEF

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

Shades of Pattens Blue #D7EAEF

Tints of Pattens Blue #D7EAEF

Color information

#D7EAEF (or 0xD7EAEF) is unknown color: approx Pattens Blue. HEX triplet: D7, EA and EF. RGB value is (215,234,239). Sum of RGB (Red+Green+Blue) = 215+234+239=688 (91% of max value = 765). Red value is 215 (84.38% from 255 or 31.25% from 688); Green value is 234 (91.80% from 255 or 34.01% from 688); Blue value is 239 (93.75% from 255 or 34.74% from 688); Max value from RGB is 239 - color contains mainly: blue. Hex color #D7EAEF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D7EAEF is #281510. Grayscale: #E4E4E4. Windows color (decimal): -2626833 or 15723223. OLE color: 15723223.

HSL color Cylindrical-coordinate representation of color #D7EAEF: hue angle of 192.5º degrees, saturation: 0.43, 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 #D7EAEF is Cyan = 0.10, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB215234239-
CMYK0.100.0200.06
HSL192.5º42.86%89.02%-
HSV(B)192.5º10.04%93.73%-
XYZ73.0379.5293.16-
YUV228.89133.71118.09-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 31.25%
GREEN value IS 234 (91.80% from 255) = 34.01%
BLUE value IS 239 (93.75% from 255) = 34.74%
R=31.25%
G=34.01%
B=34.74%

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
Decimal2152342390.100.0200.06192.542.8689.02
HexD7EAEFA206c02b59
Octal3273523571220630053131
Binary1101011111101010111011111010100110110000001010111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7EAEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7EAEF; }

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

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

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

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

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

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

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

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