#B8ECEE

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

Shades of Pale Turquoise #B8ECEE

Tints of Pale Turquoise #B8ECEE

Color information

#B8ECEE (or 0xB8ECEE) is unknown color: approx Pale Turquoise. HEX triplet: B8, EC and EE. RGB value is (184,236,238). Sum of RGB (Red+Green+Blue) = 184+236+238=658 (87% of max value = 765). Red value is 184 (72.27% from 255 or 27.96% from 658); Green value is 236 (92.58% from 255 or 35.87% from 658); Blue value is 238 (93.36% from 255 or 36.17% from 658); Max value from RGB is 238 - color contains mainly: blue. Hex color #B8ECEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B8ECEE is #471311. Grayscale: #DCDCDC. Windows color (decimal): -4657938 or 15658168. OLE color: 15658168.

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

Color convert

RGB184236238-
CMYK0.230.0100.07
HSL182.22º61.36%82.75%-
HSV(B)182.22º22.69%93.33%-
XYZ65.276.3592.19-
YUV220.68137.77101.84-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 27.96%
GREEN value IS 236 (92.58% from 255) = 35.87%
BLUE value IS 238 (93.36% from 255) = 36.17%
R=27.96%
G=35.87%
B=36.17%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1842362380.230.0100.07182.2261.3682.75
HexB8ECEE17107b63d53
Octal2703543562710726675123
Binary1011100011101100111011101011110111101101101111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8ECEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8ECEE; }

 p { color: rgb(184,236,238); }

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

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

 a { background-color: rgb(184,236,238); }

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

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

 span { border-color: rgb(184,236,238); }

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