#D5EEFF

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

Shades of Pattens Blue #D5EEFF

Tints of Pattens Blue #D5EEFF

Color information

#D5EEFF (or 0xD5EEFF) is unknown color: approx Pattens Blue. HEX triplet: D5, EE and FF. RGB value is (213,238,255). Sum of RGB (Red+Green+Blue) = 213+238+255=706 (93% of max value = 765). Red value is 213 (83.59% from 255 or 30.17% from 706); Green value is 238 (93.36% from 255 or 33.71% from 706); Blue value is 255 (100% from 255 or 36.12% from 706); Max value from RGB is 255 - color contains mainly: blue. Hex color #D5EEFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D5EEFF is #2A1100. Grayscale: #E8E8E8. Windows color (decimal): -2756865 or 16772821. OLE color: 16772821.

HSL color Cylindrical-coordinate representation of color #D5EEFF: hue angle of 204.29º 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 #D5EEFF is Cyan = 0.16, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB213238255-
CMYK0.160.0700
HSL204.29º100%91.76%-
HSV(B)204.29º16.47%100%-
XYZ76.0782.52106.53-
YUV232.46140.72114.12-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 30.17%
GREEN value IS 238 (93.36% from 255) = 33.71%
BLUE value IS 255 (100% from 255) = 36.12%
R=30.17%
G=33.71%
B=36.12%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2132382550.160.0700204.2910091.76
HexD5EEFF10700cc645c
Octal32535637720700314144134
Binary11010101111011101111111110000111001100110011001001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5EEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5EEFF; }

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

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

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

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

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

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

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

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