#B8FAFD

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

Shades of Pale Turquoise #B8FAFD

Tints of Pale Turquoise #B8FAFD

Color information

#B8FAFD (or 0xB8FAFD) is unknown color: approx Pale Turquoise. HEX triplet: B8, FA and FD. RGB value is (184,250,253). Sum of RGB (Red+Green+Blue) = 184+250+253=687 (90% of max value = 765). Red value is 184 (72.27% from 255 or 26.78% from 687); Green value is 250 (98.05% from 255 or 36.39% from 687); Blue value is 253 (99.22% from 255 or 36.83% from 687); Max value from RGB is 253 - color contains mainly: blue. Hex color #B8FAFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B8FAFD is #470502. Grayscale: #E6E6E6. Windows color (decimal): -4654339 or 16644792. OLE color: 16644792.

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

Color convert

RGB184250253-
CMYK0.270.0100.01
HSL182.61º94.52%85.69%-
HSV(B)182.61º27.27%99.22%-
XYZ71.6885.65105.68-
YUV230.61140.6394.76-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 26.78%
GREEN value IS 250 (98.05% from 255) = 36.39%
BLUE value IS 253 (99.22% from 255) = 36.83%
R=26.78%
G=36.39%
B=36.83%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1842502530.270.0100.01182.6194.5285.69
HexB8FAFD1B101b75f56
Octal27037237533101267137126
Binary101110001111101011111101110111011011011110111111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8FAFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8FAFD; }

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

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

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

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

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

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

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

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