Html Css Color HEX #B8E8EB Pale Turquoise

📋 copy color: '#B8E8EB'

red 184 ◦ green 232 ◦ blue 235

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

Shades of Pale Turquoise #B8E8EB

Tints of Pale Turquoise #B8E8EB

RGB

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

 GREEN value IS 232 (91.02% from 255) = 35.64%

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

R = 28.26%
G = 35.64%
B = 36.1%

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

#B8E8EB (or 0xB8E8EB) is known color: Pale Turquoise. HEX triplet: B8, E8 and EB. RGB value is (184,232,235). Sum of RGB (Red+Green+Blue) = 184+232+235=651 (86% of max value = 765). Red value is 184 (72.27% from 255 or 28.26% from 651); Green value is 232 (91.02% from 255 or 35.64% from 651); Blue value is 235 (92.19% from 255 or 36.10% from 651); Max value from RGB is 235 - color contains mainly: blue. Hex color #B8E8EB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B8E8EB is #471714. Grayscale: #D9D9D9. Windows color (decimal): -4658965 or 15460536. OLE color: 15460536.

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

Color convert

RGB 184 232 235 -
CMYK 0.22 0.01 0 0.08
HSL 183.53º 0.56% 0.82% -
HSV(B) 183.53º 0.22% 0.92% -
XYZ 63.62 73.9 89.51 -
YUV 217.99 137.6 103.76 -
System Red Green Blue C M Y K H S L
Decimal 184 232 235 0.22 0.01 0 0.08 183.53 0.56 0.82
Hex B8 E8 EB 16 1 0 8 B8 38 52
Octal 270 350 353 26 1 0 10 270 70 122
Binary 10111000 11101000 11101011 10110 1 0 1000 10111000 111000 1010010

Color Harmonies of #B8E8EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8E8EB

Black with #B8E8EB

Text Example


Text Example

White with #B8E8EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8E8EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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