#D8EBFA

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

Shades of Pattens Blue #D8EBFA

Tints of Pattens Blue #D8EBFA

Color information

#D8EBFA (or 0xD8EBFA) is unknown color: approx Pattens Blue. HEX triplet: D8, EB and FA. RGB value is (216,235,250). Sum of RGB (Red+Green+Blue) = 216+235+250=701 (92% of max value = 765). Red value is 216 (84.77% from 255 or 30.81% from 701); Green value is 235 (92.19% from 255 or 33.52% from 701); Blue value is 250 (98.05% from 255 or 35.66% from 701); Max value from RGB is 250 - color contains mainly: blue. Hex color #D8EBFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D8EBFA is #271405. Grayscale: #E6E6E6. Windows color (decimal): -2561030 or 16444376. OLE color: 16444376.

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

Color convert

RGB216235250-
CMYK0.140.0600.02
HSL206.47º77.27%91.37%-
HSV(B)206.47º13.6%98.04%-
XYZ75.2880.92102.09-
YUV231.03138.71117.28-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 30.81%
GREEN value IS 235 (92.19% from 255) = 33.52%
BLUE value IS 250 (98.05% from 255) = 35.66%
R=30.81%
G=33.52%
B=35.66%

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
Decimal2162352500.140.0600.02206.4777.2791.37
HexD8EBFAE602ce4d5b
Octal33035337216602316115133
Binary11011000111010111111101011101100101100111010011011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8EBFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8EBFA; }

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

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

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

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

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

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

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

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