#99CAD8

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

Shades of Regent St Blue #99CAD8

Tints of Regent St Blue #99CAD8

Color information

#99CAD8 (or 0x99CAD8) is unknown color: approx Regent St Blue. HEX triplet: 99, CA and D8. RGB value is (153,202,216). Sum of RGB (Red+Green+Blue) = 153+202+216=571 (75% of max value = 765). Red value is 153 (60.16% from 255 or 26.80% from 571); Green value is 202 (79.30% from 255 or 35.38% from 571); Blue value is 216 (84.77% from 255 or 37.83% from 571); Max value from RGB is 216 - color contains mainly: blue. Hex color #99CAD8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99CAD8 is #663527. Grayscale: #BCBCBC. Windows color (decimal): -6698280 or 14207641. OLE color: 14207641.

HSL color Cylindrical-coordinate representation of color #99CAD8: hue angle of 193.33º degrees, saturation: 0.45, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #99CAD8 is Cyan = 0.29, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB153202216-
CMYK0.290.0600.15
HSL193.33º44.68%72.35%-
HSV(B)193.33º29.17%84.71%-
XYZ46.6553.9772.92-
YUV188.94143.27102.36-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 26.80%
GREEN value IS 202 (79.30% from 255) = 35.38%
BLUE value IS 216 (84.77% from 255) = 37.83%
R=26.80%
G=35.38%
B=37.83%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1532022160.290.0600.15193.3344.6872.35
Hex99CAD81D60Fc12d48
Octal23131233035601730155110
Binary1001100111001010110110001110111001111110000011011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99CAD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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