Html Css Color HEX #99C4DC Regent St Blue

📋 copy color: '#99C4DC'

red 153 ◦ green 196 ◦ blue 220

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

Shades of Regent St Blue #99C4DC

Tints of Regent St Blue #99C4DC

RGB

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

 GREEN value IS 196 (76.95% from 255) = 34.45%

 BLUE value IS 220 (86.33% from 255) = 38.66%

R = 26.89%
G = 34.45%
B = 38.66%

CMYK

 C value IS 0.30

 M value IS 0.11

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#99C4DC (or 0x99C4DC) is known color: Regent St Blue. HEX triplet: 99, C4 and DC. RGB value is (153,196,220). Sum of RGB (Red+Green+Blue) = 153+196+220=569 (75% of max value = 765). Red value is 153 (60.16% from 255 or 26.89% from 569); Green value is 196 (76.95% from 255 or 34.45% from 569); Blue value is 220 (86.33% from 255 or 38.66% from 569); Max value from RGB is 220 - color contains mainly: blue. Hex color #99C4DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99C4DC is #663B23. Grayscale: #B9B9B9. Windows color (decimal): -6699812 or 14468249. OLE color: 14468249.

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

Color convert

RGB 153 196 220 -
CMYK 0.30 0.11 0 0.14
HSL 201.49º 0.49% 0.73% -
HSV(B) 201.49º 0.3% 0.86% -
XYZ 45.8 51.42 75.22 -
YUV 185.88 147.25 104.55 -
System Red Green Blue C M Y K H S L
Decimal 153 196 220 0.30 0.11 0 0.14 201.49 0.49 0.73
Hex 99 C4 DC 1E B 0 E C9 31 49
Octal 231 304 334 36 13 0 16 311 61 111
Binary 10011001 11000100 11011100 11110 1011 0 1110 11001001 110001 1001001

Color Harmonies of #99C4DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99C4DC

Black with #99C4DC

Text Example


Text Example

White with #99C4DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,196,220); }

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

background-color css

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

 a { background-color: rgb(153,196,220); }

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

border-color css

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

 span { border-color: rgb(153,196,220); }

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