#D6ECFB

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

Shades of Pattens Blue #D6ECFB

Tints of Pattens Blue #D6ECFB

Color information

#D6ECFB (or 0xD6ECFB) is unknown color: approx Pattens Blue. HEX triplet: D6, EC and FB. RGB value is (214,236,251). Sum of RGB (Red+Green+Blue) = 214+236+251=701 (92% of max value = 765). Red value is 214 (83.98% from 255 or 30.53% from 701); Green value is 236 (92.58% from 255 or 33.67% from 701); Blue value is 251 (98.44% from 255 or 35.81% from 701); Max value from RGB is 251 - color contains mainly: blue. Hex color #D6ECFB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D6ECFB is #291304. Grayscale: #E7E7E7. Windows color (decimal): -2691845 or 16510166. OLE color: 16510166.

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

Color convert

RGB214236251-
CMYK0.150.0600.02
HSL204.32º82.22%91.18%-
HSV(B)204.32º14.74%98.43%-
XYZ75.1481.25102.99-
YUV231.13139.21115.78-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 30.53%
GREEN value IS 236 (92.58% from 255) = 33.67%
BLUE value IS 251 (98.44% from 255) = 35.81%
R=30.53%
G=33.67%
B=35.81%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2142362510.150.0600.02204.3282.2291.18
HexD6ECFBF602cc525b
Octal32635437317602314122133
Binary11010110111011001111101111111100101100110010100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6ECFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6ECFB; }

 p { color: rgb(214,236,251); }

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

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

 a { background-color: rgb(214,236,251); }

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

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

 span { border-color: rgb(214,236,251); }

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