#9BFBFF

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

Shades of Pale Turquoise #9BFBFF

Tints of Pale Turquoise #9BFBFF

Color information

#9BFBFF (or 0x9BFBFF) is unknown color: approx Pale Turquoise. HEX triplet: 9B, FB and FF. RGB value is (155,251,255). Sum of RGB (Red+Green+Blue) = 155+251+255=661 (87% of max value = 765). Red value is 155 (60.94% from 255 or 23.45% from 661); Green value is 251 (98.44% from 255 or 37.97% from 661); Blue value is 255 (100% from 255 or 38.58% from 661); Max value from RGB is 255 - color contains mainly: blue. Hex color #9BFBFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9BFBFF is #640400. Grayscale: #DEDEDE. Windows color (decimal): -6554625 or 16776091. OLE color: 16776091.

HSL color Cylindrical-coordinate representation of color #9BFBFF: hue angle of 182.4º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9BFBFF is Cyan = 0.39, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB155251255-
CMYK0.390.0200
HSL182.4º100%80.39%-
HSV(B)182.4º39.22%100%-
XYZ66.0683.18107.18-
YUV222.75146.279.67-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 23.45%
GREEN value IS 251 (98.44% from 255) = 37.97%
BLUE value IS 255 (100% from 255) = 38.58%
R=23.45%
G=37.97%
B=38.58%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1552512550.390.0200182.410080.39
Hex9BFBFF27200b66450
Octal23337337747200266144120
Binary10011011111110111111111110011110001011011011001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BFBFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9BFBFF; }

 p { color: rgb(155,251,255); }

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

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

 a { background-color: rgb(155,251,255); }

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

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

 span { border-color: rgb(155,251,255); }

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