Html Css Color HEX #B8F2FB Pale Turquoise

📋 copy color: '#B8F2FB'

red 184 ◦ green 242 ◦ blue 251

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

Shades of Pale Turquoise #B8F2FB

Tints of Pale Turquoise #B8F2FB

RGB

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

 GREEN value IS 242 (94.92% from 255) = 35.75%

 BLUE value IS 251 (98.44% from 255) = 37.08%

R = 27.18%
G = 35.75%
B = 37.08%

CMYK

 C value IS 0.27

 M value IS 0.04

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B8F2FB (or 0xB8F2FB) is known color: Pale Turquoise. HEX triplet: B8, F2 and FB. RGB value is (184,242,251). Sum of RGB (Red+Green+Blue) = 184+242+251=677 (89% of max value = 765). Red value is 184 (72.27% from 255 or 27.18% from 677); Green value is 242 (94.92% from 255 or 35.75% from 677); Blue value is 251 (98.44% from 255 or 37.08% from 677); Max value from RGB is 251 - color contains mainly: blue. Hex color #B8F2FB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B8F2FB is #470D04. Grayscale: #E1E1E1. Windows color (decimal): -4656389 or 16511672. OLE color: 16511672.

HSL color Cylindrical-coordinate representation of color #B8F2FB: hue angle of 188.06º degrees, saturation: 0.89, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B8F2FB is Cyan = 0.27, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 184 242 251 -
CMYK 0.27 0.04 0 0.02
HSL 188.06º 0.89% 0.85% -
HSV(B) 188.06º 0.27% 0.98% -
XYZ 68.93 80.66 103.2 -
YUV 225.68 142.28 98.27 -
System Red Green Blue C M Y K H S L
Decimal 184 242 251 0.27 0.04 0 0.02 188.06 0.89 0.85
Hex B8 F2 FB 1B 4 0 2 BC 59 55
Octal 270 362 373 33 4 0 2 274 131 125
Binary 10111000 11110010 11111011 11011 100 0 10 10111100 1011001 1010101

Color Harmonies of #B8F2FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8F2FB

Black with #B8F2FB

Text Example


Text Example

White with #B8F2FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8F2FB; }

 p { color: rgb(184,242,251); }

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

background-color css

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

 a { background-color: rgb(184,242,251); }

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

border-color css

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

 span { border-color: rgb(184,242,251); }

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