#D0EFF6

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

Shades of Pattens Blue #D0EFF6

Tints of Pattens Blue #D0EFF6

Color information

#D0EFF6 (or 0xD0EFF6) is unknown color: approx Pattens Blue. HEX triplet: D0, EF and F6. RGB value is (208,239,246). Sum of RGB (Red+Green+Blue) = 208+239+246=693 (91% of max value = 765). Red value is 208 (81.64% from 255 or 30.01% from 693); Green value is 239 (93.75% from 255 or 34.49% from 693); Blue value is 246 (96.48% from 255 or 35.50% from 693); Max value from RGB is 246 - color contains mainly: blue. Hex color #D0EFF6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D0EFF6 is #2F1009. Grayscale: #E6E6E6. Windows color (decimal): -3084298 or 16183248. OLE color: 16183248.

HSL color Cylindrical-coordinate representation of color #D0EFF6: hue angle of 191.05º degrees, saturation: 0.68, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D0EFF6 is Cyan = 0.15, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB208239246-
CMYK0.150.0300.04
HSL191.05º67.86%89.02%-
HSV(B)191.05º15.45%96.47%-
XYZ73.5181.899.1-
YUV230.53136.73111.93-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 30.01%
GREEN value IS 239 (93.75% from 255) = 34.49%
BLUE value IS 246 (96.48% from 255) = 35.50%
R=30.01%
G=34.49%
B=35.50%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2082392460.150.0300.04191.0567.8689.02
HexD0EFF6F304bf4459
Octal32035736617304277104131
Binary11010000111011111111011011111101001011111110001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0EFF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0EFF6; }

 p { color: rgb(208,239,246); }

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

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

 a { background-color: rgb(208,239,246); }

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

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

 span { border-color: rgb(208,239,246); }

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