#D8EDFA

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

Shades of Pattens Blue #D8EDFA

Tints of Pattens Blue #D8EDFA

Color information

#D8EDFA (or 0xD8EDFA) is unknown color: approx Pattens Blue. HEX triplet: D8, ED and FA. RGB value is (216,237,250). Sum of RGB (Red+Green+Blue) = 216+237+250=703 (93% of max value = 765). Red value is 216 (84.77% from 255 or 30.73% from 703); Green value is 237 (92.97% from 255 or 33.71% from 703); Blue value is 250 (98.05% from 255 or 35.56% from 703); Max value from RGB is 250 - color contains mainly: blue. Hex color #D8EDFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D8EDFA is #271205. Grayscale: #E8E8E8. Windows color (decimal): -2560518 or 16444888. OLE color: 16444888.

HSL color Cylindrical-coordinate representation of color #D8EDFA: hue angle of 202.94º degrees, saturation: 0.77, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D8EDFA is Cyan = 0.14, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB216237250-
CMYK0.140.0500.02
HSL202.94º77.27%91.37%-
HSV(B)202.94º13.6%98.04%-
XYZ75.8682.07102.29-
YUV232.2138.04116.44-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 30.73%
GREEN value IS 237 (92.97% from 255) = 33.71%
BLUE value IS 250 (98.05% from 255) = 35.56%
R=30.73%
G=33.71%
B=35.56%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2162372500.140.0500.02202.9477.2791.37
HexD8EDFAE502cb4d5b
Octal33035537216502313115133
Binary11011000111011011111101011101010101100101110011011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8EDFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8EDFA; }

 p { color: rgb(216,237,250); }

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

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

 a { background-color: rgb(216,237,250); }

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

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

 span { border-color: rgb(216,237,250); }

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