Html Css Color HEX #99CADB Regent St Blue

📋 copy color: '#99CADB'

red 153 ◦ green 202 ◦ blue 219

#99CADB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Regent St Blue #99CADB

Tints of Regent St Blue #99CADB

RGB

 RED value IS 153 (60.16% from 255) = 26.66%

 GREEN value IS 202 (79.3% from 255) = 35.19%

 BLUE value IS 219 (85.94% from 255) = 38.15%

R = 26.66%
G = 35.19%
B = 38.15%

CMYK

 C value IS 0.30

 M value IS 0.08

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#99CADB (or 0x99CADB) is known color: Regent St Blue. HEX triplet: 99, CA and DB. RGB value is (153,202,219). Sum of RGB (Red+Green+Blue) = 153+202+219=574 (76% of max value = 765). Red value is 153 (60.16% from 255 or 26.66% from 574); Green value is 202 (79.30% from 255 or 35.19% from 574); Blue value is 219 (85.94% from 255 or 38.15% from 574); Max value from RGB is 219 - color contains mainly: blue. Hex color #99CADB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99CADB is #663524. Grayscale: #BDBDBD. Windows color (decimal): -6698277 or 14404249. OLE color: 14404249.

HSL color Cylindrical-coordinate representation of color #99CADB: hue angle of 195.45º degrees, saturation: 0.48, 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 #99CADB is Cyan = 0.30, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 153 202 219 -
CMYK 0.30 0.08 0 0.14
HSL 195.45º 0.48% 0.73% -
HSV(B) 195.45º 0.3% 0.86% -
XYZ 47.04 54.13 74.99 -
YUV 189.29 144.77 102.12 -
System Red Green Blue C M Y K H S L
Decimal 153 202 219 0.30 0.08 0 0.14 195.45 0.48 0.73
Hex 99 CA DB 1E 8 0 E C3 30 49
Octal 231 312 333 36 10 0 16 303 60 111
Binary 10011001 11001010 11011011 11110 1000 0 1110 11000011 110000 1001001

Color Harmonies of #99CADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99CADB

Black with #99CADB

Text Example


Text Example

White with #99CADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #99CADB;
 }
 .AnyTagClassName
 {
   color: #99CADB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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