#D5EBF2

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

Shades of Pattens Blue #D5EBF2

Tints of Pattens Blue #D5EBF2

Color information

#D5EBF2 (or 0xD5EBF2) is unknown color: approx Pattens Blue. HEX triplet: D5, EB and F2. RGB value is (213,235,242). Sum of RGB (Red+Green+Blue) = 213+235+242=690 (91% of max value = 765). Red value is 213 (83.59% from 255 or 30.87% from 690); Green value is 235 (92.19% from 255 or 34.06% from 690); Blue value is 242 (94.92% from 255 or 35.07% from 690); Max value from RGB is 242 - color contains mainly: blue. Hex color #D5EBF2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D5EBF2 is #2A140D. Grayscale: #E5E5E5. Windows color (decimal): -2757646 or 15920085. OLE color: 15920085.

HSL color Cylindrical-coordinate representation of color #D5EBF2: hue angle of 194.48º degrees, saturation: 0.53, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D5EBF2 is Cyan = 0.12, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB213235242-
CMYK0.120.0300.05
HSL194.48º52.73%89.22%-
HSV(B)194.48º11.98%94.9%-
XYZ73.1879.9795.58-
YUV229.22135.21116.43-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 30.87%
GREEN value IS 235 (92.19% from 255) = 34.06%
BLUE value IS 242 (94.92% from 255) = 35.07%
R=30.87%
G=34.06%
B=35.07%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2132352420.120.0300.05194.4852.7389.22
HexD5EBF2C305c23559
Octal3253533621430530265131
Binary1101010111101011111100101100110101110000101101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5EBF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5EBF2; }

 p { color: rgb(213,235,242); }

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

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

 a { background-color: rgb(213,235,242); }

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

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

 span { border-color: rgb(213,235,242); }

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