#B9ECEB

Color #B9ECEB Pale Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Turquoise #B9ECEB

Tints of Pale Turquoise #B9ECEB

Color information

#B9ECEB (or 0xB9ECEB) is unknown color: approx Pale Turquoise. HEX triplet: B9, EC and EB. RGB value is (185,236,235). Sum of RGB (Red+Green+Blue) = 185+236+235=656 (86% of max value = 765). Red value is 185 (72.66% from 255 or 28.20% from 656); Green value is 236 (92.58% from 255 or 35.98% from 656); Blue value is 235 (92.19% from 255 or 35.82% from 656); Max value from RGB is 236 - color contains mainly: green. Hex color #B9ECEB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B9ECEB is #461314. Grayscale: #DCDCDC. Windows color (decimal): -4592405 or 15461561. OLE color: 15461561.

HSL color Cylindrical-coordinate representation of color #B9ECEB: hue angle of 178.82º degrees, saturation: 0.57, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B9ECEB is Cyan = 0.22, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.07.

Color convert

RGB185236235-
CMYK0.2200.000.07
HSL178.82º57.3%82.55%-
HSV(B)178.82º21.61%92.55%-
XYZ6576.389.9-
YUV220.64136.1102.58-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 28.20%
GREEN value IS 236 (92.58% from 255) = 35.98%
BLUE value IS 235 (92.19% from 255) = 35.82%
R=28.20%
G=35.98%
B=35.82%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1852362350.2200.000.07178.8257.382.55
HexB9ECEB16007b33953
Octal2713543532600726371123
Binary1011100111101100111010111011000111101100111110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9ECEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9ECEB; }

 p { color: rgb(185,236,235); }

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

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

 a { background-color: rgb(185,236,235); }

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

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

 span { border-color: rgb(185,236,235); }

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