#D6EEFF

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

Shades of Pattens Blue #D6EEFF

Tints of Pattens Blue #D6EEFF

Color information

#D6EEFF (or 0xD6EEFF) is unknown color: approx Pattens Blue. HEX triplet: D6, EE and FF. RGB value is (214,238,255). Sum of RGB (Red+Green+Blue) = 214+238+255=707 (93% of max value = 765). Red value is 214 (83.98% from 255 or 30.27% from 707); Green value is 238 (93.36% from 255 or 33.66% from 707); Blue value is 255 (100% from 255 or 36.07% from 707); Max value from RGB is 255 - color contains mainly: blue. Hex color #D6EEFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D6EEFF is #291100. Grayscale: #E8E8E8. Windows color (decimal): -2691329 or 16772822. OLE color: 16772822.

HSL color Cylindrical-coordinate representation of color #D6EEFF: hue angle of 204.88º degrees, saturation: 1, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D6EEFF is Cyan = 0.16, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB214238255-
CMYK0.160.0700
HSL204.88º100%91.96%-
HSV(B)204.88º16.08%100%-
XYZ76.3682.67106.54-
YUV232.76140.55114.62-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 30.27%
GREEN value IS 238 (93.36% from 255) = 33.66%
BLUE value IS 255 (100% from 255) = 36.07%
R=30.27%
G=33.66%
B=36.07%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2142382550.160.0700204.8810091.96
HexD6EEFF10700cd645c
Octal32635637720700315144134
Binary11010110111011101111111110000111001100110111001001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6EEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6EEFF; }

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

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

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

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

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

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

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

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