#D8EEFB

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

Shades of Pattens Blue #D8EEFB

Tints of Pattens Blue #D8EEFB

Color information

#D8EEFB (or 0xD8EEFB) is unknown color: approx Pattens Blue. HEX triplet: D8, EE and FB. RGB value is (216,238,251). Sum of RGB (Red+Green+Blue) = 216+238+251=705 (93% of max value = 765). Red value is 216 (84.77% from 255 or 30.64% from 705); Green value is 238 (93.36% from 255 or 33.76% from 705); Blue value is 251 (98.44% from 255 or 35.60% from 705); Max value from RGB is 251 - color contains mainly: blue. Hex color #D8EEFB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D8EEFB is #271104. Grayscale: #E8E8E8. Windows color (decimal): -2560261 or 16510680. OLE color: 16510680.

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

Color convert

RGB216238251-
CMYK0.140.0500.02
HSL202.29º81.4%91.57%-
HSV(B)202.29º13.94%98.43%-
XYZ76.3182.71103.21-
YUV232.9138.21115.94-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 30.64%
GREEN value IS 238 (93.36% from 255) = 33.76%
BLUE value IS 251 (98.44% from 255) = 35.60%
R=30.64%
G=33.76%
B=35.60%

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
Decimal2162382510.140.0500.02202.2981.491.57
HexD8EEFBE502ca515c
Octal33035637316502312121134
Binary11011000111011101111101111101010101100101010100011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8EEFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8EEFB; }

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

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

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

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

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

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

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

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