#D6EEFB

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

Shades of Pattens Blue #D6EEFB

Tints of Pattens Blue #D6EEFB

Color information

#D6EEFB (or 0xD6EEFB) is unknown color: approx Pattens Blue. HEX triplet: D6, EE and FB. RGB value is (214,238,251). Sum of RGB (Red+Green+Blue) = 214+238+251=703 (93% of max value = 765). Red value is 214 (83.98% from 255 or 30.44% from 703); Green value is 238 (93.36% from 255 or 33.85% from 703); Blue value is 251 (98.44% from 255 or 35.70% from 703); Max value from RGB is 251 - color contains mainly: blue. Hex color #D6EEFB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D6EEFB is #291104. Grayscale: #E8E8E8. Windows color (decimal): -2691333 or 16510678. OLE color: 16510678.

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

Color convert

RGB214238251-
CMYK0.150.0500.02
HSL201.08º82.22%91.18%-
HSV(B)201.08º14.74%98.43%-
XYZ75.7282.41103.18-
YUV232.31138.55114.94-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 30.44%
GREEN value IS 238 (93.36% from 255) = 33.85%
BLUE value IS 251 (98.44% from 255) = 35.70%
R=30.44%
G=33.85%
B=35.70%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2142382510.150.0500.02201.0882.2291.18
HexD6EEFBF502c9525b
Octal32635637317502311122133
Binary11010110111011101111101111111010101100100110100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6EEFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6EEFB; }

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

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

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

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

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

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

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

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