Html Css Color HEX #9CC2CF Regent St Blue

📋 copy color: '#9CC2CF'

red 156 ◦ green 194 ◦ blue 207

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

Shades of Regent St Blue #9CC2CF

Tints of Regent St Blue #9CC2CF

RGB

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

 GREEN value IS 194 (76.17% from 255) = 34.83%

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

R = 28.01%
G = 34.83%
B = 37.16%

CMYK

 C value IS 0.25

 M value IS 0.06

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9CC2CF (or 0x9CC2CF) is known color: Regent St Blue. HEX triplet: 9C, C2 and CF. RGB value is (156,194,207). Sum of RGB (Red+Green+Blue) = 156+194+207=557 (73% of max value = 765). Red value is 156 (61.33% from 255 or 28.01% from 557); Green value is 194 (76.17% from 255 or 34.83% from 557); Blue value is 207 (81.25% from 255 or 37.16% from 557); Max value from RGB is 207 - color contains mainly: blue. Hex color #9CC2CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CC2CF is #633D30. Grayscale: #B8B8B8. Windows color (decimal): -6503729 or 13615772. OLE color: 13615772.

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

Color convert

RGB 156 194 207 -
CMYK 0.25 0.06 0 0.19
HSL 195.29º 0.35% 0.71% -
HSV(B) 195.29º 0.25% 0.81% -
XYZ 44.26 50.16 66.38 -
YUV 184.12 140.91 107.94 -
System Red Green Blue C M Y K H S L
Decimal 156 194 207 0.25 0.06 0 0.19 195.29 0.35 0.71
Hex 9C C2 CF 19 6 0 13 C3 23 47
Octal 234 302 317 31 6 0 23 303 43 107
Binary 10011100 11000010 11001111 11001 110 0 10011 11000011 100011 1000111

Color Harmonies of #9CC2CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CC2CF

Black with #9CC2CF

Text Example


Text Example

White with #9CC2CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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