Html Css Color HEX #B9ECEC Pale Turquoise

📋 copy color: '#B9ECEC'

red 185 ◦ green 236 ◦ blue 236

#B9ECEC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pale Turquoise #B9ECEC

Tints of Pale Turquoise #B9ECEC

RGB

 RED value IS 185 (72.66% from 255) = 28.16%

 GREEN value IS 236 (92.58% from 255) = 35.92%

 BLUE value IS 236 (92.58% from 255) = 35.92%

R = 28.16%
G = 35.92%
B = 35.92%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B9ECEC (or 0xB9ECEC) is known color: Pale Turquoise. HEX triplet: B9, EC and EC. RGB value is (185,236,236). Sum of RGB (Red+Green+Blue) = 185+236+236=657 (87% of max value = 765). Red value is 185 (72.66% from 255 or 28.16% from 657); Green value is 236 (92.58% from 255 or 35.92% from 657); Blue value is 236 (92.58% from 255 or 35.92% from 657); Max value from RGB is 236 - color contains mainly: green, blue. Hex color #B9ECEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B9ECEC is #461313. Grayscale: #DCDCDC. Windows color (decimal): -4592404 or 15527097. OLE color: 15527097.

HSL color Cylindrical-coordinate representation of color #B9ECEC: hue angle of 180º 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 #B9ECEC is Cyan = 0.22, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 185 236 236 -
CMYK 0.22 0 0 0.07
HSL 180º 0.57% 0.83% -
HSV(B) 180º 0.22% 0.93% -
XYZ 65.14 76.36 90.66 -
YUV 220.75 136.6 102.5 -
System Red Green Blue C M Y K H S L
Decimal 185 236 236 0.22 0 0 0.07 180 0.57 0.83
Hex B9 EC EC 16 0 0 7 B4 39 53
Octal 271 354 354 26 0 0 7 264 71 123
Binary 10111001 11101100 11101100 10110 0 0 111 10110100 111001 1010011

Color Harmonies of #B9ECEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9ECEC

Black with #B9ECEC

Text Example


Text Example

White with #B9ECEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9ECEC; }

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

 H1.HeaderClassName
 {
   color: #B9ECEC;
 }
 .AnyTagClassName
 {
   color: #B9ECEC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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