#B8F4FF

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

Shades of Pale Turquoise #B8F4FF

Tints of Pale Turquoise #B8F4FF

Color information

#B8F4FF (or 0xB8F4FF) is unknown color: approx Pale Turquoise. HEX triplet: B8, F4 and FF. RGB value is (184,244,255). Sum of RGB (Red+Green+Blue) = 184+244+255=683 (90% of max value = 765). Red value is 184 (72.27% from 255 or 26.94% from 683); Green value is 244 (95.70% from 255 or 35.72% from 683); Blue value is 255 (100% from 255 or 37.34% from 683); Max value from RGB is 255 - color contains mainly: blue. Hex color #B8F4FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B8F4FF is #470B00. Grayscale: #E3E3E3. Windows color (decimal): -4655873 or 16774328. OLE color: 16774328.

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

Color convert

RGB184244255-
CMYK0.280.0400
HSL189.3º100%86.08%-
HSV(B)189.3º27.84%100%-
XYZ70.1782.11106.76-
YUV227.31143.6297.11-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 26.94%
GREEN value IS 244 (95.70% from 255) = 35.72%
BLUE value IS 255 (100% from 255) = 37.34%
R=26.94%
G=35.72%
B=37.34%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1842442550.280.0400189.310086.08
HexB8F4FF1C400bd6456
Octal27036437734400275144126
Binary10111000111101001111111111100100001011110111001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8F4FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8F4FF; }

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

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

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

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

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

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

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

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