#99CAD5

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

Shades of Regent St Blue #99CAD5

Tints of Regent St Blue #99CAD5

Color information

#99CAD5 (or 0x99CAD5) is unknown color: approx Regent St Blue. HEX triplet: 99, CA and D5. RGB value is (153,202,213). Sum of RGB (Red+Green+Blue) = 153+202+213=568 (75% of max value = 765). Red value is 153 (60.16% from 255 or 26.94% from 568); Green value is 202 (79.30% from 255 or 35.56% from 568); Blue value is 213 (83.59% from 255 or 37.5% from 568); Max value from RGB is 213 - color contains mainly: blue. Hex color #99CAD5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99CAD5 is #66352A. Grayscale: #BCBCBC. Windows color (decimal): -6698283 or 14011033. OLE color: 14011033.

HSL color Cylindrical-coordinate representation of color #99CAD5: hue angle of 191º degrees, saturation: 0.42, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #99CAD5 is Cyan = 0.28, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB153202213-
CMYK0.280.0500.16
HSL191º41.67%71.76%-
HSV(B)191º28.17%83.53%-
XYZ46.2753.8270.9-
YUV188.6141.77102.61-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 26.94%
GREEN value IS 202 (79.30% from 255) = 35.56%
BLUE value IS 213 (83.59% from 255) = 37.5%
R=26.94%
G=35.56%
B=37.5%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1532022130.280.0500.1619141.6771.76
Hex99CAD51C5010bf2a48
Octal23131232534502027752110
Binary10011001110010101101010111100101010000101111111010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99CAD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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