#D5EBFF

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

Shades of Pattens Blue #D5EBFF

Tints of Pattens Blue #D5EBFF

Color information

#D5EBFF (or 0xD5EBFF) is unknown color: approx Pattens Blue. HEX triplet: D5, EB and FF. RGB value is (213,235,255). Sum of RGB (Red+Green+Blue) = 213+235+255=703 (93% of max value = 765). Red value is 213 (83.59% from 255 or 30.30% from 703); Green value is 235 (92.19% from 255 or 33.43% from 703); Blue value is 255 (100% from 255 or 36.27% from 703); Max value from RGB is 255 - color contains mainly: blue. Hex color #D5EBFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D5EBFF is #2A1400. Grayscale: #E6E6E6. Windows color (decimal): -2757633 or 16772053. OLE color: 16772053.

HSL color Cylindrical-coordinate representation of color #D5EBFF: hue angle of 208.57º degrees, saturation: 1, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D5EBFF is Cyan = 0.16, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB213235255-
CMYK0.160.0800
HSL208.57º100%91.76%-
HSV(B)208.57º16.47%100%-
XYZ75.280.78106.24-
YUV230.7141.71115.37-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 30.30%
GREEN value IS 235 (92.19% from 255) = 33.43%
BLUE value IS 255 (100% from 255) = 36.27%
R=30.30%
G=33.43%
B=36.27%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2132352550.160.0800208.5710091.76
HexD5EBFF10800d1645c
Octal325353377201000321144134
Binary110101011110101111111111100001000001101000111001001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5EBFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5EBFF; }

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

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

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

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

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

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

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

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