#D8EFFB

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

Shades of Pattens Blue #D8EFFB

Tints of Pattens Blue #D8EFFB

Color information

#D8EFFB (or 0xD8EFFB) is unknown color: approx Pattens Blue. HEX triplet: D8, EF and FB. RGB value is (216,239,251). Sum of RGB (Red+Green+Blue) = 216+239+251=706 (93% of max value = 765). Red value is 216 (84.77% from 255 or 30.59% from 706); Green value is 239 (93.75% from 255 or 33.85% from 706); Blue value is 251 (98.44% from 255 or 35.55% from 706); Max value from RGB is 251 - color contains mainly: blue. Hex color #D8EFFB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D8EFFB is #271004. Grayscale: #E9E9E9. Windows color (decimal): -2560005 or 16510936. OLE color: 16510936.

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

Color convert

RGB216239251-
CMYK0.140.0500.02
HSL200.57º81.4%91.57%-
HSV(B)200.57º13.94%98.43%-
XYZ76.683.3103.31-
YUV233.49137.88115.52-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 30.59%
GREEN value IS 239 (93.75% from 255) = 33.85%
BLUE value IS 251 (98.44% from 255) = 35.55%
R=30.59%
G=33.85%
B=35.55%

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
Decimal2162392510.140.0500.02200.5781.491.57
HexD8EFFBE502c9515c
Octal33035737316502311121134
Binary11011000111011111111101111101010101100100110100011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8EFFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8EFFB; }

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

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

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

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

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

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

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

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