#99CADC

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

Shades of Regent St Blue #99CADC

Tints of Regent St Blue #99CADC

Color information

#99CADC (or 0x99CADC) is unknown color: approx Regent St Blue. HEX triplet: 99, CA and DC. RGB value is (153,202,220). Sum of RGB (Red+Green+Blue) = 153+202+220=575 (76% of max value = 765). Red value is 153 (60.16% from 255 or 26.61% from 575); Green value is 202 (79.30% from 255 or 35.13% from 575); Blue value is 220 (86.33% from 255 or 38.26% from 575); Max value from RGB is 220 - color contains mainly: blue. Hex color #99CADC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99CADC is #663523. Grayscale: #BDBDBD. Windows color (decimal): -6698276 or 14469785. OLE color: 14469785.

HSL color Cylindrical-coordinate representation of color #99CADC: hue angle of 196.12º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #99CADC is Cyan = 0.30, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB153202220-
CMYK0.300.0800.14
HSL196.12º48.91%73.14%-
HSV(B)196.12º30.45%86.27%-
XYZ47.1854.1875.68-
YUV189.4145.27102.04-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 26.61%
GREEN value IS 202 (79.30% from 255) = 35.13%
BLUE value IS 220 (86.33% from 255) = 38.26%
R=26.61%
G=35.13%
B=38.26%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1532022200.300.0800.14196.1248.9173.14
Hex99CADC1E80Ec43149
Octal231312334361001630461111
Binary10011001110010101101110011110100001110110001001100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99CADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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