#D6EEFC

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

Shades of Pattens Blue #D6EEFC

Tints of Pattens Blue #D6EEFC

Color information

#D6EEFC (or 0xD6EEFC) is unknown color: approx Pattens Blue. HEX triplet: D6, EE and FC. RGB value is (214,238,252). Sum of RGB (Red+Green+Blue) = 214+238+252=704 (93% of max value = 765). Red value is 214 (83.98% from 255 or 30.40% from 704); Green value is 238 (93.36% from 255 or 33.81% from 704); Blue value is 252 (98.83% from 255 or 35.80% from 704); Max value from RGB is 252 - color contains mainly: blue. Hex color #D6EEFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D6EEFC is #291103. Grayscale: #E8E8E8. Windows color (decimal): -2691332 or 16576214. OLE color: 16576214.

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

Color convert

RGB214238252-
CMYK0.150.0600.01
HSL202.11º86.36%91.37%-
HSV(B)202.11º15.08%98.82%-
XYZ75.8882.47104.02-
YUV232.42139.05114.86-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 30.40%
GREEN value IS 238 (93.36% from 255) = 33.81%
BLUE value IS 252 (98.83% from 255) = 35.80%
R=30.40%
G=33.81%
B=35.80%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2142382520.150.0600.01202.1186.3691.37
HexD6EEFCF601ca565b
Octal32635637417601312126133
Binary1101011011101110111111001111110011100101010101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6EEFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6EEFC; }

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

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

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

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

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

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

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

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