Html Css Color HEX #B9EEE9 Pale Turquoise

📋 copy color: '#B9EEE9'

red 185 ◦ green 238 ◦ blue 233

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

Shades of Pale Turquoise #B9EEE9

Tints of Pale Turquoise #B9EEE9

RGB

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

 GREEN value IS 238 (93.36% from 255) = 36.28%

 BLUE value IS 233 (91.41% from 255) = 35.52%

R = 28.2%
G = 36.28%
B = 35.52%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.02

 K value IS 0.07

RGB Variations

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

Color information

#B9EEE9 (or 0xB9EEE9) is known color: Pale Turquoise. HEX triplet: B9, EE and E9. RGB value is (185,238,233). Sum of RGB (Red+Green+Blue) = 185+238+233=656 (86% of max value = 765). Red value is 185 (72.66% from 255 or 28.20% from 656); Green value is 238 (93.36% from 255 or 36.28% from 656); Blue value is 233 (91.41% from 255 or 35.52% from 656); Max value from RGB is 238 - color contains mainly: green. Hex color #B9EEE9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B9EEE9 is #461116. Grayscale: #DDDDDD. Windows color (decimal): -4591895 or 15331001. OLE color: 15331001.

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

Color convert

RGB 185 238 233 -
CMYK 0.22 0 0.02 0.07
HSL 174.34º 0.61% 0.83% -
HSV(B) 174.34º 0.22% 0.93% -
XYZ 65.29 77.35 88.58 -
YUV 221.58 134.44 101.91 -
System Red Green Blue C M Y K H S L
Decimal 185 238 233 0.22 0 0.02 0.07 174.34 0.61 0.83
Hex B9 EE E9 16 0 2 7 AE 3D 53
Octal 271 356 351 26 0 2 7 256 75 123
Binary 10111001 11101110 11101001 10110 0 10 111 10101110 111101 1010011

Color Harmonies of #B9EEE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9EEE9

Black with #B9EEE9

Text Example


Text Example

White with #B9EEE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9EEE9; }

 p { color: rgb(185,238,233); }

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

background-color css

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

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

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

border-color css

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

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

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