#B8FBFF

Color #B8FBFF Pale Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Turquoise #B8FBFF

Tints of Pale Turquoise #B8FBFF

Color information

#B8FBFF (or 0xB8FBFF) is unknown color: approx Pale Turquoise. HEX triplet: B8, FB and FF. RGB value is (184,251,255). Sum of RGB (Red+Green+Blue) = 184+251+255=690 (91% of max value = 765). Red value is 184 (72.27% from 255 or 26.67% from 690); Green value is 251 (98.44% from 255 or 36.38% from 690); Blue value is 255 (100% from 255 or 36.96% from 690); Max value from RGB is 255 - color contains mainly: blue. Hex color #B8FBFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B8FBFF is #470400. Grayscale: #E7E7E7. Windows color (decimal): -4654081 or 16776120. OLE color: 16776120.

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

Color convert

RGB184251255-
CMYK0.280.0200
HSL183.38º100%86.08%-
HSV(B)183.38º27.84%100%-
XYZ72.3186.4107.47-
YUV231.42141.394.17-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 26.67%
GREEN value IS 251 (98.44% from 255) = 36.38%
BLUE value IS 255 (100% from 255) = 36.96%
R=26.67%
G=36.38%
B=36.96%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1842512550.280.0200183.3810086.08
HexB8FBFF1C200b76456
Octal27037337734200267144126
Binary1011100011111011111111111110010001011011111001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8FBFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8FBFF; }

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

 H1.HeaderClassName
 {
   color: #B8FBFF;
 }
 .AnyTagClassName
 {
   color: #B8FBFF;
 }
</style>
background-color css

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

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

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

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

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

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