#B8F8FD

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

Shades of Pale Turquoise #B8F8FD

Tints of Pale Turquoise #B8F8FD

Color information

#B8F8FD (or 0xB8F8FD) is unknown color: approx Pale Turquoise. HEX triplet: B8, F8 and FD. RGB value is (184,248,253). Sum of RGB (Red+Green+Blue) = 184+248+253=685 (90% of max value = 765). Red value is 184 (72.27% from 255 or 26.86% from 685); Green value is 248 (97.27% from 255 or 36.20% from 685); Blue value is 253 (99.22% from 255 or 36.93% from 685); Max value from RGB is 253 - color contains mainly: blue. Hex color #B8F8FD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B8F8FD is #470702. Grayscale: #E5E5E5. Windows color (decimal): -4654851 or 16644280. OLE color: 16644280.

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

Color convert

RGB184248253-
CMYK0.270.0200.01
HSL184.35º94.52%85.69%-
HSV(B)184.35º27.27%99.22%-
XYZ71.0684.42105.48-
YUV229.43141.395.59-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 26.86%
GREEN value IS 248 (97.27% from 255) = 36.20%
BLUE value IS 253 (99.22% from 255) = 36.93%
R=26.86%
G=36.20%
B=36.93%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1842482530.270.0200.01184.3594.5285.69
HexB8F8FD1B201b85f56
Octal27037037533201270137126
Binary1011100011111000111111011101110011011100010111111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8F8FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8F8FD; }

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

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

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

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

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

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

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

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