Html Css Color HEX #99CADC Regent St Blue

📋 copy color: '#99CADC'

red 153 ◦ green 202 ◦ blue 220

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

Shades of Regent St Blue #99CADC

Tints of Regent St Blue #99CADC

RGB

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

 GREEN value IS 202 (79.3% 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 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

#99CADC (or 0x99CADC) is known color: 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

RGB 153 202 220 -
CMYK 0.30 0.08 0 0.14
HSL 196.12º 0.49% 0.73% -
HSV(B) 196.12º 0.3% 0.86% -
XYZ 47.18 54.18 75.68 -
YUV 189.4 145.27 102.04 -
System Red Green Blue C M Y K H S L
Decimal 153 202 220 0.30 0.08 0 0.14 196.12 0.49 0.73
Hex 99 CA DC 1E 8 0 E C4 31 49
Octal 231 312 334 36 10 0 16 304 61 111
Binary 10011001 11001010 11011100 11110 1000 0 1110 11000100 110001 1001001

Color Harmonies of #99CADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99CADC

Black with #99CADC

Text Example


Text Example

White with #99CADC

Text Example


Text Example

HTML Codes & Css Web 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>