Html Css Color HEX #B8E9EB Pale Turquoise

📋 copy color: '#B8E9EB'

red 184 ◦ green 233 ◦ blue 235

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

Shades of Pale Turquoise #B8E9EB

Tints of Pale Turquoise #B8E9EB

RGB

 RED value IS 184 (72.27% from 255) = 28.22%

 GREEN value IS 233 (91.41% from 255) = 35.74%

 BLUE value IS 235 (92.19% from 255) = 36.04%

R = 28.22%
G = 35.74%
B = 36.04%

CMYK

 C value IS 0.22

 M value IS 0.01

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B8E9EB (or 0xB8E9EB) is known color: Pale Turquoise. HEX triplet: B8, E9 and EB. RGB value is (184,233,235). Sum of RGB (Red+Green+Blue) = 184+233+235=652 (86% of max value = 765). Red value is 184 (72.27% from 255 or 28.22% from 652); Green value is 233 (91.41% from 255 or 35.74% from 652); Blue value is 235 (92.19% from 255 or 36.04% from 652); Max value from RGB is 235 - color contains mainly: blue. Hex color #B8E9EB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B8E9EB is #471614. Grayscale: #DADADA. Windows color (decimal): -4658709 or 15460792. OLE color: 15460792.

HSL color Cylindrical-coordinate representation of color #B8E9EB: hue angle of 182.35º degrees, saturation: 0.56, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B8E9EB is Cyan = 0.22, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 184 233 235 -
CMYK 0.22 0.01 0 0.08
HSL 182.35º 0.56% 0.82% -
HSV(B) 182.35º 0.22% 0.92% -
XYZ 63.9 74.47 89.6 -
YUV 218.58 137.27 103.34 -
System Red Green Blue C M Y K H S L
Decimal 184 233 235 0.22 0.01 0 0.08 182.35 0.56 0.82
Hex B8 E9 EB 16 1 0 8 B6 38 52
Octal 270 351 353 26 1 0 10 266 70 122
Binary 10111000 11101001 11101011 10110 1 0 1000 10110110 111000 1010010

Color Harmonies of #B8E9EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8E9EB

Black with #B8E9EB

Text Example


Text Example

White with #B8E9EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8E9EB; }

 p { color: rgb(184,233,235); }

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

background-color css

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

 a { background-color: rgb(184,233,235); }

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

border-color css

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

 span { border-color: rgb(184,233,235); }

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