#B8F4FD

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

Shades of Pale Turquoise #B8F4FD

Tints of Pale Turquoise #B8F4FD

Color information

#B8F4FD (or 0xB8F4FD) is unknown color: approx Pale Turquoise. HEX triplet: B8, F4 and FD. RGB value is (184,244,253). Sum of RGB (Red+Green+Blue) = 184+244+253=681 (90% of max value = 765). Red value is 184 (72.27% from 255 or 27.02% from 681); Green value is 244 (95.70% from 255 or 35.83% from 681); Blue value is 253 (99.22% from 255 or 37.15% from 681); Max value from RGB is 253 - color contains mainly: blue. Hex color #B8F4FD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B8F4FD is #470B02. Grayscale: #E2E2E2. Windows color (decimal): -4655875 or 16643256. OLE color: 16643256.

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

Color convert

RGB184244253-
CMYK0.270.0400.01
HSL187.83º94.52%85.69%-
HSV(B)187.83º27.27%99.22%-
XYZ69.8581.98105.07-
YUV227.09142.6297.27-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 27.02%
GREEN value IS 244 (95.70% from 255) = 35.83%
BLUE value IS 253 (99.22% from 255) = 37.15%
R=27.02%
G=35.83%
B=37.15%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1842442530.270.0400.01187.8394.5285.69
HexB8F4FD1B401bc5f56
Octal27036437533401274137126
Binary10111000111101001111110111011100011011110010111111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8F4FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8F4FD; }

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

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

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

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

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

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

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

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