#D8EAFA

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

Shades of Pattens Blue #D8EAFA

Tints of Pattens Blue #D8EAFA

Color information

#D8EAFA (or 0xD8EAFA) is unknown color: approx Pattens Blue. HEX triplet: D8, EA and FA. RGB value is (216,234,250). Sum of RGB (Red+Green+Blue) = 216+234+250=700 (92% of max value = 765). Red value is 216 (84.77% from 255 or 30.86% from 700); Green value is 234 (91.80% from 255 or 33.43% from 700); Blue value is 250 (98.05% from 255 or 35.71% from 700); Max value from RGB is 250 - color contains mainly: blue. Hex color #D8EAFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D8EAFA is #271505. Grayscale: #E6E6E6. Windows color (decimal): -2561286 or 16444120. OLE color: 16444120.

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

Color convert

RGB216234250-
CMYK0.140.0600.02
HSL208.24º77.27%91.37%-
HSV(B)208.24º13.6%98.04%-
XYZ7580.35102-
YUV230.44139.04117.7-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 30.86%
GREEN value IS 234 (91.80% from 255) = 33.43%
BLUE value IS 250 (98.05% from 255) = 35.71%
R=30.86%
G=33.43%
B=35.71%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2162342500.140.0600.02208.2477.2791.37
HexD8EAFAE602d04d5b
Octal33035237216602320115133
Binary11011000111010101111101011101100101101000010011011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8EAFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8EAFA; }

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

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

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

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

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

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

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

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