#D2EEFB

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

Shades of Pattens Blue #D2EEFB

Tints of Pattens Blue #D2EEFB

Color information

#D2EEFB (or 0xD2EEFB) is unknown color: approx Pattens Blue. HEX triplet: D2, EE and FB. RGB value is (210,238,251). Sum of RGB (Red+Green+Blue) = 210+238+251=699 (92% of max value = 765). Red value is 210 (82.42% from 255 or 30.04% from 699); Green value is 238 (93.36% from 255 or 34.05% from 699); Blue value is 251 (98.44% from 255 or 35.91% from 699); Max value from RGB is 251 - color contains mainly: blue. Hex color #D2EEFB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D2EEFB is #2D1104. Grayscale: #E7E7E7. Windows color (decimal): -2953477 or 16510674. OLE color: 16510674.

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

Color convert

RGB210238251-
CMYK0.160.0500.02
HSL199.02º83.67%90.39%-
HSV(B)199.02º16.33%98.43%-
XYZ74.5781.82103.13-
YUV231.11139.22112.94-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 30.04%
GREEN value IS 238 (93.36% from 255) = 34.05%
BLUE value IS 251 (98.44% from 255) = 35.91%
R=30.04%
G=34.05%
B=35.91%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2102382510.160.0500.02199.0283.6790.39
HexD2EEFB10502c7545a
Octal32235637320502307124132
Binary110100101110111011111011100001010101100011110101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2EEFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2EEFB; }

 p { color: rgb(210,238,251); }

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

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

 a { background-color: rgb(210,238,251); }

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

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

 span { border-color: rgb(210,238,251); }

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