Html Css Color HEX #B8FAFB Pale Turquoise

📋 copy color: '#B8FAFB'

red 184 ◦ green 250 ◦ blue 251

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

Shades of Pale Turquoise #B8FAFB

Tints of Pale Turquoise #B8FAFB

RGB

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

 GREEN value IS 250 (98.05% from 255) = 36.5%

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

R = 26.86%
G = 36.5%
B = 36.64%

CMYK

 C value IS 0.27

 M value IS 0.00

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B8FAFB (or 0xB8FAFB) is known color: Pale Turquoise. HEX triplet: B8, FA and FB. RGB value is (184,250,251). Sum of RGB (Red+Green+Blue) = 184+250+251=685 (90% of max value = 765). Red value is 184 (72.27% from 255 or 26.86% from 685); Green value is 250 (98.05% from 255 or 36.50% from 685); Blue value is 251 (98.44% from 255 or 36.64% from 685); Max value from RGB is 251 - color contains mainly: blue. Hex color #B8FAFB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B8FAFB is #470504. Grayscale: #E6E6E6. Windows color (decimal): -4654341 or 16513720. OLE color: 16513720.

HSL color Cylindrical-coordinate representation of color #B8FAFB: hue angle of 180.9º 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 #B8FAFB is Cyan = 0.27, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 184 250 251 -
CMYK 0.27 0.00 0 0.02
HSL 180.9º 0.89% 0.85% -
HSV(B) 180.9º 0.27% 0.98% -
XYZ 71.37 85.53 104.01 -
YUV 230.38 139.63 94.92 -
System Red Green Blue C M Y K H S L
Decimal 184 250 251 0.27 0.00 0 0.02 180.9 0.89 0.85
Hex B8 FA FB 1B 0 0 2 B5 59 55
Octal 270 372 373 33 0 0 2 265 131 125
Binary 10111000 11111010 11111011 11011 0 0 10 10110101 1011001 1010101

Color Harmonies of #B8FAFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8FAFB

Black with #B8FAFB

Text Example


Text Example

White with #B8FAFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8FAFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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