Html Css Color HEX #9CC3DC Regent St Blue

📋 copy color: '#9CC3DC'

red 156 ◦ green 195 ◦ blue 220

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

Shades of Regent St Blue #9CC3DC

Tints of Regent St Blue #9CC3DC

RGB

 RED value IS 156 (61.33% from 255) = 27.32%

 GREEN value IS 195 (76.56% from 255) = 34.15%

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

R = 27.32%
G = 34.15%
B = 38.53%

CMYK

 C value IS 0.29

 M value IS 0.11

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9CC3DC (or 0x9CC3DC) is known color: Regent St Blue. HEX triplet: 9C, C3 and DC. RGB value is (156,195,220). Sum of RGB (Red+Green+Blue) = 156+195+220=571 (75% of max value = 765). Red value is 156 (61.33% from 255 or 27.32% from 571); Green value is 195 (76.56% from 255 or 34.15% from 571); Blue value is 220 (86.33% from 255 or 38.53% from 571); Max value from RGB is 220 - color contains mainly: blue. Hex color #9CC3DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CC3DC is #633C23. Grayscale: #BABABA. Windows color (decimal): -6503460 or 14467996. OLE color: 14467996.

HSL color Cylindrical-coordinate representation of color #9CC3DC: hue angle of 203.44º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9CC3DC is Cyan = 0.29, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 156 195 220 -
CMYK 0.29 0.11 0 0.14
HSL 203.44º 0.48% 0.74% -
HSV(B) 203.44º 0.29% 0.86% -
XYZ 46.14 51.27 75.17 -
YUV 186.19 147.08 106.47 -
System Red Green Blue C M Y K H S L
Decimal 156 195 220 0.29 0.11 0 0.14 203.44 0.48 0.74
Hex 9C C3 DC 1D B 0 E CB 30 4A
Octal 234 303 334 35 13 0 16 313 60 112
Binary 10011100 11000011 11011100 11101 1011 0 1110 11001011 110000 1001010

Color Harmonies of #9CC3DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CC3DC

Black with #9CC3DC

Text Example


Text Example

White with #9CC3DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9CC3DC; }

 p { color: rgb(156,195,220); }

 H1.HeaderClassName
 {
   color: #9CC3DC;
 }
 .AnyTagClassName
 {
   color: #9CC3DC;
 }
</style>

background-color css

<style>
 a { background-color: #9CC3DC; }

 a { background-color: rgb(156,195,220); }

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

border-color css

<style>
 span { border-color: #9CC3DC; }

 span { border-color: rgb(156,195,220); }

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