#D5EDFD

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

Shades of Pattens Blue #D5EDFD

Tints of Pattens Blue #D5EDFD

Color information

#D5EDFD (or 0xD5EDFD) is unknown color: approx Pattens Blue. HEX triplet: D5, ED and FD. RGB value is (213,237,253). Sum of RGB (Red+Green+Blue) = 213+237+253=703 (93% of max value = 765). Red value is 213 (83.59% from 255 or 30.30% from 703); Green value is 237 (92.97% from 255 or 33.71% from 703); Blue value is 253 (99.22% from 255 or 35.99% from 703); Max value from RGB is 253 - color contains mainly: blue. Hex color #D5EDFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D5EDFD is #2A1202. Grayscale: #E7E7E7. Windows color (decimal): -2757123 or 16641493. OLE color: 16641493.

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

Color convert

RGB213237253-
CMYK0.160.0600.01
HSL204º90.91%91.37%-
HSV(B)204º15.81%99.22%-
XYZ75.4581.81104.74-
YUV231.65140.05114.7-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 30.30%
GREEN value IS 237 (92.97% from 255) = 33.71%
BLUE value IS 253 (99.22% from 255) = 35.99%
R=30.30%
G=33.71%
B=35.99%

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
Decimal2132372530.160.0600.0120490.9191.37
HexD5EDFD10601cc5b5b
Octal32535537520601314133133
Binary11010101111011011111110110000110011100110010110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5EDFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5EDFD; }

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

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

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

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

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

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

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

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