#D8EFFA

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

Shades of Pattens Blue #D8EFFA

Tints of Pattens Blue #D8EFFA

Color information

#D8EFFA (or 0xD8EFFA) is unknown color: approx Pattens Blue. HEX triplet: D8, EF and FA. RGB value is (216,239,250). Sum of RGB (Red+Green+Blue) = 216+239+250=705 (93% of max value = 765). Red value is 216 (84.77% from 255 or 30.64% from 705); Green value is 239 (93.75% from 255 or 33.90% from 705); Blue value is 250 (98.05% from 255 or 35.46% from 705); Max value from RGB is 250 - color contains mainly: blue. Hex color #D8EFFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D8EFFA is #271005. Grayscale: #E9E9E9. Windows color (decimal): -2560006 or 16445400. OLE color: 16445400.

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

Color convert

RGB216239250-
CMYK0.140.0400.02
HSL199.41º77.27%91.37%-
HSV(B)199.41º13.6%98.04%-
XYZ76.4483.23102.48-
YUV233.38137.38115.61-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 30.64%
GREEN value IS 239 (93.75% from 255) = 33.90%
BLUE value IS 250 (98.05% from 255) = 35.46%
R=30.64%
G=33.90%
B=35.46%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2162392500.140.0400.02199.4177.2791.37
HexD8EFFAE402c74d5b
Octal33035737216402307115133
Binary11011000111011111111101011101000101100011110011011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8EFFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8EFFA; }

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

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

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

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

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

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

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

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