Html Css Color HEX #9CC0C9 Regent St Blue

📋 copy color: '#9CC0C9'

red 156 ◦ green 192 ◦ blue 201

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

Shades of Regent St Blue #9CC0C9

Tints of Regent St Blue #9CC0C9

RGB

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

 GREEN value IS 192 (75.39% from 255) = 34.97%

 BLUE value IS 201 (78.91% from 255) = 36.61%

R = 28.42%
G = 34.97%
B = 36.61%

CMYK

 C value IS 0.22

 M value IS 0.04

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#9CC0C9 (or 0x9CC0C9) is known color: Regent St Blue. HEX triplet: 9C, C0 and C9. RGB value is (156,192,201). Sum of RGB (Red+Green+Blue) = 156+192+201=549 (72% of max value = 765). Red value is 156 (61.33% from 255 or 28.42% from 549); Green value is 192 (75.39% from 255 or 34.97% from 549); Blue value is 201 (78.91% from 255 or 36.61% from 549); Max value from RGB is 201 - color contains mainly: blue. Hex color #9CC0C9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CC0C9 is #633F36. Grayscale: #B6B6B6. Windows color (decimal): -6504247 or 13222044. OLE color: 13222044.

HSL color Cylindrical-coordinate representation of color #9CC0C9: hue angle of 192º degrees, saturation: 0.29, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9CC0C9 is Cyan = 0.22, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 156 192 201 -
CMYK 0.22 0.04 0 0.21
HSL 192º 0.29% 0.7% -
HSV(B) 192º 0.22% 0.79% -
XYZ 43.1 48.98 62.44 -
YUV 182.26 138.57 109.27 -
System Red Green Blue C M Y K H S L
Decimal 156 192 201 0.22 0.04 0 0.21 192 0.29 0.7
Hex 9C C0 C9 16 4 0 15 C0 1D 46
Octal 234 300 311 26 4 0 25 300 35 106
Binary 10011100 11000000 11001001 10110 100 0 10101 11000000 11101 1000110

Color Harmonies of #9CC0C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CC0C9

Black with #9CC0C9

Text Example


Text Example

White with #9CC0C9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,192,201); }

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

background-color css

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

 a { background-color: rgb(156,192,201); }

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

border-color css

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

 span { border-color: rgb(156,192,201); }

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