Html Css Color HEX #9CC6DC Regent St Blue

📋 copy color: '#9CC6DC'

red 156 ◦ green 198 ◦ blue 220

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

Shades of Regent St Blue #9CC6DC

Tints of Regent St Blue #9CC6DC

RGB

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

 GREEN value IS 198 (77.73% from 255) = 34.49%

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

R = 27.18%
G = 34.49%
B = 38.33%

CMYK

 C value IS 0.29

 M value IS 0.1

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9CC6DC (or 0x9CC6DC) is known color: Regent St Blue. HEX triplet: 9C, C6 and DC. RGB value is (156,198,220). Sum of RGB (Red+Green+Blue) = 156+198+220=574 (76% of max value = 765). Red value is 156 (61.33% from 255 or 27.18% from 574); Green value is 198 (77.73% from 255 or 34.49% from 574); Blue value is 220 (86.33% from 255 or 38.33% from 574); Max value from RGB is 220 - color contains mainly: blue. Hex color #9CC6DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CC6DC is #633923. Grayscale: #BBBBBB. Windows color (decimal): -6502692 or 14468764. OLE color: 14468764.

HSL color Cylindrical-coordinate representation of color #9CC6DC: hue angle of 200.62º 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 #9CC6DC is Cyan = 0.29, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 156 198 220 -
CMYK 0.29 0.1 0 0.14
HSL 200.63º 0.48% 0.74% -
HSV(B) 200.63º 0.29% 0.86% -
XYZ 46.82 52.62 75.4 -
YUV 187.95 146.09 105.21 -
System Red Green Blue C M Y K H S L
Decimal 156 198 220 0.29 0.1 0 0.14 200.63 0.48 0.74
Hex 9C C6 DC 1D A 0 E C9 30 4A
Octal 234 306 334 35 12 0 16 311 60 112
Binary 10011100 11000110 11011100 11101 1010 0 1110 11001001 110000 1001010

Color Harmonies of #9CC6DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CC6DC

Black with #9CC6DC

Text Example


Text Example

White with #9CC6DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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