#99BFCA

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

Shades of Regent St Blue #99BFCA

Tints of Regent St Blue #99BFCA

Color information

#99BFCA (or 0x99BFCA) is unknown color: approx Regent St Blue. HEX triplet: 99, BF and CA. RGB value is (153,191,202). Sum of RGB (Red+Green+Blue) = 153+191+202=546 (72% of max value = 765). Red value is 153 (60.16% from 255 or 28.02% from 546); Green value is 191 (75% from 255 or 34.98% from 546); Blue value is 202 (79.30% from 255 or 37.00% from 546); Max value from RGB is 202 - color contains mainly: blue. Hex color #99BFCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99BFCA is #664035. Grayscale: #B4B4B4. Windows color (decimal): -6701110 or 13287321. OLE color: 13287321.

HSL color Cylindrical-coordinate representation of color #99BFCA: hue angle of 193.47º degrees, saturation: 0.32, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #99BFCA is Cyan = 0.24, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB153191202-
CMYK0.240.0500.21
HSL193.47º31.61%69.61%-
HSV(B)193.47º24.26%79.22%-
XYZ42.4348.362.96-
YUV180.89139.91108.11-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 28.02%
GREEN value IS 191 (75% from 255) = 34.98%
BLUE value IS 202 (79.30% from 255) = 37.00%
R=28.02%
G=34.98%
B=37.00%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1531912020.240.0500.21193.4731.6169.61
Hex99BFCA185015c12046
Octal23127731230502530140106
Binary10011001101111111100101011000101010101110000011000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99BFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,191,202); }

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

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

 a { background-color: rgb(153,191,202); }

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

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

 span { border-color: rgb(153,191,202); }

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