#D8EEFA

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

Shades of Pattens Blue #D8EEFA

Tints of Pattens Blue #D8EEFA

Color information

#D8EEFA (or 0xD8EEFA) is unknown color: approx Pattens Blue. HEX triplet: D8, EE and FA. RGB value is (216,238,250). Sum of RGB (Red+Green+Blue) = 216+238+250=704 (93% of max value = 765). Red value is 216 (84.77% from 255 or 30.68% from 704); Green value is 238 (93.36% from 255 or 33.81% from 704); Blue value is 250 (98.05% from 255 or 35.51% from 704); Max value from RGB is 250 - color contains mainly: blue. Hex color #D8EEFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D8EEFA is #271105. Grayscale: #E8E8E8. Windows color (decimal): -2560262 or 16445144. OLE color: 16445144.

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

Color convert

RGB216238250-
CMYK0.140.0500.02
HSL201.18º77.27%91.37%-
HSV(B)201.18º13.6%98.04%-
XYZ76.1582.65102.38-
YUV232.79137.71116.02-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 30.68%
GREEN value IS 238 (93.36% from 255) = 33.81%
BLUE value IS 250 (98.05% from 255) = 35.51%
R=30.68%
G=33.81%
B=35.51%

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
Decimal2162382500.140.0500.02201.1877.2791.37
HexD8EEFAE502c94d5b
Octal33035637216502311115133
Binary11011000111011101111101011101010101100100110011011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8EEFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8EEFA; }

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

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

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

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

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

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

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

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