Html Css Color HEX #B8EAEC Pale Turquoise

📋 copy color: '#B8EAEC'

red 184 ◦ green 234 ◦ blue 236

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

Shades of Pale Turquoise #B8EAEC

Tints of Pale Turquoise #B8EAEC

RGB

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

 GREEN value IS 234 (91.8% from 255) = 35.78%

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

R = 28.13%
G = 35.78%
B = 36.09%

CMYK

 C value IS 0.22

 M value IS 0.01

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B8EAEC (or 0xB8EAEC) is known color: Pale Turquoise. HEX triplet: B8, EA and EC. RGB value is (184,234,236). Sum of RGB (Red+Green+Blue) = 184+234+236=654 (86% of max value = 765). Red value is 184 (72.27% from 255 or 28.13% from 654); Green value is 234 (91.80% from 255 or 35.78% from 654); Blue value is 236 (92.58% from 255 or 36.09% from 654); Max value from RGB is 236 - color contains mainly: blue. Hex color #B8EAEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B8EAEC is #471513. Grayscale: #DBDBDB. Windows color (decimal): -4658452 or 15526584. OLE color: 15526584.

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

Color convert

RGB 184 234 236 -
CMYK 0.22 0.01 0 0.07
HSL 182.31º 0.58% 0.82% -
HSV(B) 182.31º 0.22% 0.93% -
XYZ 64.33 75.09 90.46 -
YUV 219.28 137.44 102.84 -
System Red Green Blue C M Y K H S L
Decimal 184 234 236 0.22 0.01 0 0.07 182.31 0.58 0.82
Hex B8 EA EC 16 1 0 7 B6 3A 52
Octal 270 352 354 26 1 0 7 266 72 122
Binary 10111000 11101010 11101100 10110 1 0 111 10110110 111010 1010010

Color Harmonies of #B8EAEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8EAEC

Black with #B8EAEC

Text Example


Text Example

White with #B8EAEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8EAEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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