#D5EEFD

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

Shades of Pattens Blue #D5EEFD

Tints of Pattens Blue #D5EEFD

Color information

#D5EEFD (or 0xD5EEFD) is unknown color: approx Pattens Blue. HEX triplet: D5, EE and FD. RGB value is (213,238,253). Sum of RGB (Red+Green+Blue) = 213+238+253=704 (93% of max value = 765). Red value is 213 (83.59% from 255 or 30.26% from 704); Green value is 238 (93.36% from 255 or 33.81% from 704); Blue value is 253 (99.22% from 255 or 35.94% from 704); Max value from RGB is 253 - color contains mainly: blue. Hex color #D5EEFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D5EEFD is #2A1102. Grayscale: #E8E8E8. Windows color (decimal): -2756867 or 16641749. OLE color: 16641749.

HSL color Cylindrical-coordinate representation of color #D5EEFD: hue angle of 202.5º degrees, saturation: 0.91, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D5EEFD is Cyan = 0.16, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB213238253-
CMYK0.160.0600.01
HSL202.5º90.91%91.37%-
HSV(B)202.5º15.81%99.22%-
XYZ75.7482.39104.84-
YUV232.24139.72114.28-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 30.26%
GREEN value IS 238 (93.36% from 255) = 33.81%
BLUE value IS 253 (99.22% from 255) = 35.94%
R=30.26%
G=33.81%
B=35.94%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2132382530.160.0600.01202.590.9191.37
HexD5EEFD10601ca5b5b
Octal32535637520601312133133
Binary11010101111011101111110110000110011100101010110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5EEFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5EEFD; }

 p { color: rgb(213,238,253); }

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

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

 a { background-color: rgb(213,238,253); }

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

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

 span { border-color: rgb(213,238,253); }

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