#D8EDFE

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

Shades of Pattens Blue #D8EDFE

Tints of Pattens Blue #D8EDFE

Color information

#D8EDFE (or 0xD8EDFE) is unknown color: approx Pattens Blue. HEX triplet: D8, ED and FE. RGB value is (216,237,254). Sum of RGB (Red+Green+Blue) = 216+237+254=707 (93% of max value = 765). Red value is 216 (84.77% from 255 or 30.55% from 707); Green value is 237 (92.97% from 255 or 33.52% from 707); Blue value is 254 (99.61% from 255 or 35.93% from 707); Max value from RGB is 254 - color contains mainly: blue. Hex color #D8EDFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D8EDFE is #271201. Grayscale: #E8E8E8. Windows color (decimal): -2560514 or 16707032. OLE color: 16707032.

HSL color Cylindrical-coordinate representation of color #D8EDFE: hue angle of 206.84º 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 #D8EDFE is Cyan = 0.15, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB216237254-
CMYK0.150.0700.00
HSL206.84º95%92.16%-
HSV(B)206.84º14.96%99.61%-
XYZ76.4982.32105.62-
YUV232.66140.04116.12-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 30.55%
GREEN value IS 237 (92.97% from 255) = 33.52%
BLUE value IS 254 (99.61% from 255) = 35.93%
R=30.55%
G=33.52%
B=35.93%

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
Decimal2162372540.150.0700.00206.849592.16
HexD8EDFEF700cf5f5c
Octal33035537617700317137134
Binary1101100011101101111111101111111001100111110111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8EDFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8EDFE; }

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

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

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

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

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

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

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

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