Html Css Color HEX #B9ECEA Pale Turquoise

📋 copy color: '#B9ECEA'

red 185 ◦ green 236 ◦ blue 234

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

Shades of Pale Turquoise #B9ECEA

Tints of Pale Turquoise #B9ECEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 35.73%

R = 28.24%
G = 36.03%
B = 35.73%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.01

 K value IS 0.07

RGB Variations

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

Color information

#B9ECEA (or 0xB9ECEA) is known color: Pale Turquoise. HEX triplet: B9, EC and EA. RGB value is (185,236,234). Sum of RGB (Red+Green+Blue) = 185+236+234=655 (86% of max value = 765). Red value is 185 (72.66% from 255 or 28.24% from 655); Green value is 236 (92.58% from 255 or 36.03% from 655); Blue value is 234 (91.80% from 255 or 35.73% from 655); Max value from RGB is 236 - color contains mainly: green. Hex color #B9ECEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B9ECEA is #461315. Grayscale: #DCDCDC. Windows color (decimal): -4592406 or 15396025. OLE color: 15396025.

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

Color convert

RGB 185 236 234 -
CMYK 0.22 0 0.01 0.07
HSL 177.65º 0.57% 0.83% -
HSV(B) 177.65º 0.22% 0.93% -
XYZ 64.85 76.25 89.14 -
YUV 220.52 135.6 102.66 -
System Red Green Blue C M Y K H S L
Decimal 185 236 234 0.22 0 0.01 0.07 177.65 0.57 0.83
Hex B9 EC EA 16 0 1 7 B2 39 53
Octal 271 354 352 26 0 1 7 262 71 123
Binary 10111001 11101100 11101010 10110 0 1 111 10110010 111001 1010011

Color Harmonies of #B9ECEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9ECEA

Black with #B9ECEA

Text Example


Text Example

White with #B9ECEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9ECEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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