Html Css Color HEX #9CC0CE Regent St Blue

📋 copy color: '#9CC0CE'

red 156 ◦ green 192 ◦ blue 206

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

Shades of Regent St Blue #9CC0CE

Tints of Regent St Blue #9CC0CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 37.18%

R = 28.16%
G = 34.66%
B = 37.18%

CMYK

 C value IS 0.24

 M value IS 0.07

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9CC0CE (or 0x9CC0CE) is known color: Regent St Blue. HEX triplet: 9C, C0 and CE. RGB value is (156,192,206). Sum of RGB (Red+Green+Blue) = 156+192+206=554 (73% of max value = 765). Red value is 156 (61.33% from 255 or 28.16% from 554); Green value is 192 (75.39% from 255 or 34.66% from 554); Blue value is 206 (80.86% from 255 or 37.18% from 554); Max value from RGB is 206 - color contains mainly: blue. Hex color #9CC0CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CC0CE is #633F31. Grayscale: #B6B6B6. Windows color (decimal): -6504242 or 13549724. OLE color: 13549724.

HSL color Cylindrical-coordinate representation of color #9CC0CE: hue angle of 196.8º degrees, saturation: 0.34, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9CC0CE is Cyan = 0.24, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 156 192 206 -
CMYK 0.24 0.07 0 0.19
HSL 196.8º 0.34% 0.71% -
HSV(B) 196.8º 0.24% 0.81% -
XYZ 43.7 49.22 65.59 -
YUV 182.83 141.07 108.86 -
System Red Green Blue C M Y K H S L
Decimal 156 192 206 0.24 0.07 0 0.19 196.8 0.34 0.71
Hex 9C C0 CE 18 7 0 13 C5 22 47
Octal 234 300 316 30 7 0 23 305 42 107
Binary 10011100 11000000 11001110 11000 111 0 10011 11000101 100010 1000111

Color Harmonies of #9CC0CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CC0CE

Black with #9CC0CE

Text Example


Text Example

White with #9CC0CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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