Html Css Color HEX #9CC5CF Regent St Blue

📋 copy color: '#9CC5CF'

red 156 ◦ green 197 ◦ blue 207

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

Shades of Regent St Blue #9CC5CF

Tints of Regent St Blue #9CC5CF

RGB

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

 GREEN value IS 197 (77.34% from 255) = 35.18%

 BLUE value IS 207 (81.25% from 255) = 36.96%

R = 27.86%
G = 35.18%
B = 36.96%

CMYK

 C value IS 0.25

 M value IS 0.05

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9CC5CF (or 0x9CC5CF) is known color: Regent St Blue. HEX triplet: 9C, C5 and CF. RGB value is (156,197,207). Sum of RGB (Red+Green+Blue) = 156+197+207=560 (74% of max value = 765). Red value is 156 (61.33% from 255 or 27.86% from 560); Green value is 197 (77.34% from 255 or 35.18% from 560); Blue value is 207 (81.25% from 255 or 36.96% from 560); Max value from RGB is 207 - color contains mainly: blue. Hex color #9CC5CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CC5CF is #633A30. Grayscale: #B9B9B9. Windows color (decimal): -6502961 or 13616540. OLE color: 13616540.

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

Color convert

RGB 156 197 207 -
CMYK 0.25 0.05 0 0.19
HSL 191.76º 0.35% 0.71% -
HSV(B) 191.76º 0.25% 0.81% -
XYZ 44.94 51.51 66.6 -
YUV 185.88 139.92 106.69 -
System Red Green Blue C M Y K H S L
Decimal 156 197 207 0.25 0.05 0 0.19 191.76 0.35 0.71
Hex 9C C5 CF 19 5 0 13 C0 23 47
Octal 234 305 317 31 5 0 23 300 43 107
Binary 10011100 11000101 11001111 11001 101 0 10011 11000000 100011 1000111

Color Harmonies of #9CC5CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CC5CF

Black with #9CC5CF

Text Example


Text Example

White with #9CC5CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,197,207); }

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

background-color css

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

 a { background-color: rgb(156,197,207); }

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

border-color css

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

 span { border-color: rgb(156,197,207); }

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