Html Css Color HEX #9CC1CF Regent St Blue

📋 copy color: '#9CC1CF'

red 156 ◦ green 193 ◦ blue 207

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

Shades of Regent St Blue #9CC1CF

Tints of Regent St Blue #9CC1CF

RGB

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

 GREEN value IS 193 (75.78% from 255) = 34.71%

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

R = 28.06%
G = 34.71%
B = 37.23%

CMYK

 C value IS 0.25

 M value IS 0.07

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9CC1CF (or 0x9CC1CF) is known color: Regent St Blue. HEX triplet: 9C, C1 and CF. RGB value is (156,193,207). Sum of RGB (Red+Green+Blue) = 156+193+207=556 (73% of max value = 765). Red value is 156 (61.33% from 255 or 28.06% from 556); Green value is 193 (75.78% from 255 or 34.71% from 556); Blue value is 207 (81.25% from 255 or 37.23% from 556); Max value from RGB is 207 - color contains mainly: blue. Hex color #9CC1CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CC1CF is #633E30. Grayscale: #B7B7B7. Windows color (decimal): -6503985 or 13615516. OLE color: 13615516.

HSL color Cylindrical-coordinate representation of color #9CC1CF: hue angle of 196.47º 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 #9CC1CF is Cyan = 0.25, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 156 193 207 -
CMYK 0.25 0.07 0 0.19
HSL 196.47º 0.35% 0.71% -
HSV(B) 196.47º 0.25% 0.81% -
XYZ 44.04 49.71 66.31 -
YUV 183.53 141.24 108.36 -
System Red Green Blue C M Y K H S L
Decimal 156 193 207 0.25 0.07 0 0.19 196.47 0.35 0.71
Hex 9C C1 CF 19 7 0 13 C4 23 47
Octal 234 301 317 31 7 0 23 304 43 107
Binary 10011100 11000001 11001111 11001 111 0 10011 11000100 100011 1000111

Color Harmonies of #9CC1CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CC1CF

Black with #9CC1CF

Text Example


Text Example

White with #9CC1CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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