#99CADD

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

Shades of Regent St Blue #99CADD

Tints of Regent St Blue #99CADD

Color information

#99CADD (or 0x99CADD) is unknown color: approx Regent St Blue. HEX triplet: 99, CA and DD. RGB value is (153,202,221). Sum of RGB (Red+Green+Blue) = 153+202+221=576 (76% of max value = 765). Red value is 153 (60.16% from 255 or 26.56% from 576); Green value is 202 (79.30% from 255 or 35.07% from 576); Blue value is 221 (86.72% from 255 or 38.37% from 576); Max value from RGB is 221 - color contains mainly: blue. Hex color #99CADD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99CADD is #663522. Grayscale: #BDBDBD. Windows color (decimal): -6698275 or 14535321. OLE color: 14535321.

HSL color Cylindrical-coordinate representation of color #99CADD: hue angle of 196.76º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #99CADD is Cyan = 0.31, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB153202221-
CMYK0.310.0900.13
HSL196.76º50%73.33%-
HSV(B)196.76º30.77%86.67%-
XYZ47.3154.2376.38-
YUV189.52145.77101.96-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 26.56%
GREEN value IS 202 (79.30% from 255) = 35.07%
BLUE value IS 221 (86.72% from 255) = 38.37%
R=26.56%
G=35.07%
B=38.37%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1532022210.310.0900.13196.765073.33
Hex99CADD1F90Dc53249
Octal231312335371101530562111
Binary10011001110010101101110111111100101101110001011100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99CADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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