#D5EEFC

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

Shades of Pattens Blue #D5EEFC

Tints of Pattens Blue #D5EEFC

Color information

#D5EEFC (or 0xD5EEFC) is unknown color: approx Pattens Blue. HEX triplet: D5, EE and FC. RGB value is (213,238,252). Sum of RGB (Red+Green+Blue) = 213+238+252=703 (93% of max value = 765). Red value is 213 (83.59% from 255 or 30.30% from 703); Green value is 238 (93.36% from 255 or 33.85% from 703); Blue value is 252 (98.83% from 255 or 35.85% from 703); Max value from RGB is 252 - color contains mainly: blue. Hex color #D5EEFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D5EEFC is #2A1103. Grayscale: #E8E8E8. Windows color (decimal): -2756868 or 16576213. OLE color: 16576213.

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

Color convert

RGB213238252-
CMYK0.150.0600.01
HSL201.54º86.67%91.18%-
HSV(B)201.54º15.48%98.82%-
XYZ75.5982.32104-
YUV232.12139.22114.36-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 30.30%
GREEN value IS 238 (93.36% from 255) = 33.85%
BLUE value IS 252 (98.83% from 255) = 35.85%
R=30.30%
G=33.85%
B=35.85%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2132382520.150.0600.01201.5486.6791.18
HexD5EEFCF601ca575b
Octal32535637417601312127133
Binary1101010111101110111111001111110011100101010101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5EEFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5EEFC; }

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

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

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

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

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

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

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

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