#D8EBFE

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

Shades of Pattens Blue #D8EBFE

Tints of Pattens Blue #D8EBFE

Color information

#D8EBFE (or 0xD8EBFE) is unknown color: approx Pattens Blue. HEX triplet: D8, EB and FE. RGB value is (216,235,254). Sum of RGB (Red+Green+Blue) = 216+235+254=705 (93% of max value = 765). Red value is 216 (84.77% from 255 or 30.64% from 705); Green value is 235 (92.19% from 255 or 33.33% from 705); Blue value is 254 (99.61% from 255 or 36.03% from 705); Max value from RGB is 254 - color contains mainly: blue. Hex color #D8EBFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D8EBFE is #271401. Grayscale: #E7E7E7. Windows color (decimal): -2561026 or 16706520. OLE color: 16706520.

HSL color Cylindrical-coordinate representation of color #D8EBFE: hue angle of 210º degrees, saturation: 0.95, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D8EBFE is Cyan = 0.15, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB216235254-
CMYK0.150.0700.00
HSL210º95%92.16%-
HSV(B)210º14.96%99.61%-
XYZ75.9281.17105.43-
YUV231.48140.71116.96-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 30.64%
GREEN value IS 235 (92.19% from 255) = 33.33%
BLUE value IS 254 (99.61% from 255) = 36.03%
R=30.64%
G=33.33%
B=36.03%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2162352540.150.0700.002109592.16
HexD8EBFEF700d25f5c
Octal33035337617700322137134
Binary1101100011101011111111101111111001101001010111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8EBFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8EBFE; }

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

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

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

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

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

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

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

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