#B7F9FF

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

Shades of Pale Turquoise #B7F9FF

Tints of Pale Turquoise #B7F9FF

Color information

#B7F9FF (or 0xB7F9FF) is unknown color: approx Pale Turquoise. HEX triplet: B7, F9 and FF. RGB value is (183,249,255). Sum of RGB (Red+Green+Blue) = 183+249+255=687 (90% of max value = 765). Red value is 183 (71.88% from 255 or 26.64% from 687); Green value is 249 (97.66% from 255 or 36.24% from 687); Blue value is 255 (100% from 255 or 37.12% from 687); Max value from RGB is 255 - color contains mainly: blue. Hex color #B7F9FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B7F9FF is #480600. Grayscale: #E5E5E5. Windows color (decimal): -4720129 or 16775607. OLE color: 16775607.

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

Color convert

RGB183249255-
CMYK0.280.0200
HSL185º100%85.88%-
HSV(B)185º28.24%100%-
XYZ71.4585.04107.26-
YUV229.95142.1394.51-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 26.64%
GREEN value IS 249 (97.66% from 255) = 36.24%
BLUE value IS 255 (100% from 255) = 37.12%
R=26.64%
G=36.24%
B=37.12%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1832492550.280.020018510085.88
HexB7F9FF1C200b96456
Octal26737137734200271144126
Binary1011011111111001111111111110010001011100111001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7F9FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7F9FF; }

 p { color: rgb(183,249,255); }

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

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

 a { background-color: rgb(183,249,255); }

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

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

 span { border-color: rgb(183,249,255); }

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