#99CFBB

Color #99CFBB Vista Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vista Blue #99CFBB

Tints of Vista Blue #99CFBB

Color information

#99CFBB (or 0x99CFBB) is unknown color: approx Vista Blue. HEX triplet: 99, CF and BB. RGB value is (153,207,187). Sum of RGB (Red+Green+Blue) = 153+207+187=547 (72% of max value = 765). Red value is 153 (60.16% from 255 or 27.97% from 547); Green value is 207 (81.25% from 255 or 37.84% from 547); Blue value is 187 (73.44% from 255 or 34.19% from 547); Max value from RGB is 207 - color contains mainly: green. Hex color #99CFBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99CFBB is #663044. Grayscale: #BCBCBC. Windows color (decimal): -6697029 or 12308377. OLE color: 12308377.

HSL color Cylindrical-coordinate representation of color #99CFBB: hue angle of 157.78º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #99CFBB is Cyan = 0.26, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.

Color convert

RGB153207187-
CMYK0.2600.100.19
HSL157.78º36%70.59%-
HSV(B)157.78º26.09%81.18%-
XYZ44.4254.9955.29-
YUV188.57127.11102.63-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 27.97%
GREEN value IS 207 (81.25% from 255) = 37.84%
BLUE value IS 187 (73.44% from 255) = 34.19%
R=27.97%
G=37.84%
B=34.19%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1532071870.2600.100.19157.783670.59
Hex99CFBB1A0A139e2447
Octal231317273320122323644107
Binary100110011100111110111011110100101010011100111101001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99CFBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99CFBB; }

 p { color: rgb(153,207,187); }

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

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

 a { background-color: rgb(153,207,187); }

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

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

 span { border-color: rgb(153,207,187); }

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