#D5EAEF

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

Shades of Pattens Blue #D5EAEF

Tints of Pattens Blue #D5EAEF

Color information

#D5EAEF (or 0xD5EAEF) is unknown color: approx Pattens Blue. HEX triplet: D5, EA and EF. RGB value is (213,234,239). Sum of RGB (Red+Green+Blue) = 213+234+239=686 (90% of max value = 765). Red value is 213 (83.59% from 255 or 31.05% from 686); Green value is 234 (91.80% from 255 or 34.11% from 686); Blue value is 239 (93.75% from 255 or 34.84% from 686); Max value from RGB is 239 - color contains mainly: blue. Hex color #D5EAEF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D5EAEF is #2A1510. Grayscale: #E4E4E4. Windows color (decimal): -2757905 or 15723221. OLE color: 15723221.

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

Color convert

RGB213234239-
CMYK0.110.0200.06
HSL191.54º44.83%88.63%-
HSV(B)191.54º10.88%93.73%-
XYZ72.4479.2293.13-
YUV228.29134.04117.09-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 31.05%
GREEN value IS 234 (91.80% from 255) = 34.11%
BLUE value IS 239 (93.75% from 255) = 34.84%
R=31.05%
G=34.11%
B=34.84%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2132342390.110.0200.06191.5444.8388.63
HexD5EAEFB206c02d59
Octal3253523571320630055131
Binary1101010111101010111011111011100110110000001011011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5EAEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5EAEF; }

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

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

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

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

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

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

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

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