#D0ECFA

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

Shades of Pattens Blue #D0ECFA

Tints of Pattens Blue #D0ECFA

Color information

#D0ECFA (or 0xD0ECFA) is unknown color: approx Pattens Blue. HEX triplet: D0, EC and FA. RGB value is (208,236,250). Sum of RGB (Red+Green+Blue) = 208+236+250=694 (91% of max value = 765). Red value is 208 (81.64% from 255 or 29.97% from 694); Green value is 236 (92.58% from 255 or 34.01% from 694); Blue value is 250 (98.05% from 255 or 36.02% from 694); Max value from RGB is 250 - color contains mainly: blue. Hex color #D0ECFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D0ECFA is #2F1305. Grayscale: #E5E5E5. Windows color (decimal): -3085062 or 16444624. OLE color: 16444624.

HSL color Cylindrical-coordinate representation of color #D0ECFA: hue angle of 200º degrees, saturation: 0.81, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D0ECFA is Cyan = 0.17, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB208236250-
CMYK0.170.0600.02
HSL200º80.77%89.8%-
HSV(B)200º16.8%98.04%-
XYZ73.2680.3102.08-
YUV229.22139.72112.86-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 29.97%
GREEN value IS 236 (92.58% from 255) = 34.01%
BLUE value IS 250 (98.05% from 255) = 36.02%
R=29.97%
G=34.01%
B=36.02%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2082362500.170.0600.0220080.7789.8
HexD0ECFA11602c8515a
Octal32035437221602310121132
Binary110100001110110011111010100011100101100100010100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0ECFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0ECFA; }

 p { color: rgb(208,236,250); }

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

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

 a { background-color: rgb(208,236,250); }

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

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

 span { border-color: rgb(208,236,250); }

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