Html Css Color HEX #B8F5FF Pale Turquoise

📋 copy color: '#B8F5FF'

red 184 ◦ green 245 ◦ blue 255

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

Shades of Pale Turquoise #B8F5FF

Tints of Pale Turquoise #B8F5FF

RGB

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

 GREEN value IS 245 (96.09% from 255) = 35.82%

 BLUE value IS 255 (100% from 255) = 37.28%

R = 26.9%
G = 35.82%
B = 37.28%

CMYK

 C value IS 0.28

 M value IS 0.04

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B8F5FF (or 0xB8F5FF) is known color: Pale Turquoise. HEX triplet: B8, F5 and FF. RGB value is (184,245,255). Sum of RGB (Red+Green+Blue) = 184+245+255=684 (90% of max value = 765). Red value is 184 (72.27% from 255 or 26.90% from 684); Green value is 245 (96.09% from 255 or 35.82% from 684); Blue value is 255 (100% from 255 or 37.28% from 684); Max value from RGB is 255 - color contains mainly: blue. Hex color #B8F5FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B8F5FF is #470A00. Grayscale: #E3E3E3. Windows color (decimal): -4655617 or 16774584. OLE color: 16774584.

HSL color Cylindrical-coordinate representation of color #B8F5FF: hue angle of 188.45º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B8F5FF is Cyan = 0.28, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 184 245 255 -
CMYK 0.28 0.04 0 0
HSL 188.45º 1% 0.86% -
HSV(B) 188.45º 0.28% 1% -
XYZ 70.47 82.72 106.86 -
YUV 227.9 143.29 96.69 -
System Red Green Blue C M Y K H S L
Decimal 184 245 255 0.28 0.04 0 0 188.45 1 0.86
Hex B8 F5 FF 1C 4 0 0 BC 64 56
Octal 270 365 377 34 4 0 0 274 144 126
Binary 10111000 11110101 11111111 11100 100 0 0 10111100 1100100 1010110

Color Harmonies of #B8F5FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8F5FF

Black with #B8F5FF

Text Example


Text Example

White with #B8F5FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8F5FF; }

 p { color: rgb(184,245,255); }

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

background-color css

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

 a { background-color: rgb(184,245,255); }

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

border-color css

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

 span { border-color: rgb(184,245,255); }

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