#D6EFF5

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

Shades of Pattens Blue #D6EFF5

Tints of Pattens Blue #D6EFF5

Color information

#D6EFF5 (or 0xD6EFF5) is unknown color: approx Pattens Blue. HEX triplet: D6, EF and F5. RGB value is (214,239,245). Sum of RGB (Red+Green+Blue) = 214+239+245=698 (92% of max value = 765). Red value is 214 (83.98% from 255 or 30.66% from 698); Green value is 239 (93.75% from 255 or 34.24% from 698); Blue value is 245 (96.09% from 255 or 35.10% from 698); Max value from RGB is 245 - color contains mainly: blue. Hex color #D6EFF5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D6EFF5 is #29100A. Grayscale: #E8E8E8. Windows color (decimal): -2691083 or 16117718. OLE color: 16117718.

HSL color Cylindrical-coordinate representation of color #D6EFF5: hue angle of 191.61º degrees, saturation: 0.61, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D6EFF5 is Cyan = 0.13, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB214239245-
CMYK0.130.0200.04
HSL191.61º60.78%90%-
HSV(B)191.61º12.65%96.08%-
XYZ75.0882.6298.38-
YUV232.21135.22115.01-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 30.66%
GREEN value IS 239 (93.75% from 255) = 34.24%
BLUE value IS 245 (96.09% from 255) = 35.10%
R=30.66%
G=34.24%
B=35.10%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2142392450.130.0200.04191.6160.7890
HexD6EFF5D204c03d5a
Octal3263573651520430075132
Binary1101011011101111111101011101100100110000001111011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6EFF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6EFF5; }

 p { color: rgb(214,239,245); }

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

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

 a { background-color: rgb(214,239,245); }

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

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

 span { border-color: rgb(214,239,245); }

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