Html Css Color HEX #9CC0CA Regent St Blue

📋 copy color: '#9CC0CA'

red 156 ◦ green 192 ◦ blue 202

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

Shades of Regent St Blue #9CC0CA

Tints of Regent St Blue #9CC0CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 36.73%

R = 28.36%
G = 34.91%
B = 36.73%

CMYK

 C value IS 0.23

 M value IS 0.05

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#9CC0CA (or 0x9CC0CA) is known color: Regent St Blue. HEX triplet: 9C, C0 and CA. RGB value is (156,192,202). Sum of RGB (Red+Green+Blue) = 156+192+202=550 (72% of max value = 765). Red value is 156 (61.33% from 255 or 28.36% from 550); Green value is 192 (75.39% from 255 or 34.91% from 550); Blue value is 202 (79.30% from 255 or 36.73% from 550); Max value from RGB is 202 - color contains mainly: blue. Hex color #9CC0CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CC0CA is #633F35. Grayscale: #B6B6B6. Windows color (decimal): -6504246 or 13287580. OLE color: 13287580.

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

Color convert

RGB 156 192 202 -
CMYK 0.23 0.05 0 0.21
HSL 193.04º 0.3% 0.7% -
HSV(B) 193.04º 0.23% 0.79% -
XYZ 43.22 49.03 63.06 -
YUV 182.38 139.07 109.19 -
System Red Green Blue C M Y K H S L
Decimal 156 192 202 0.23 0.05 0 0.21 193.04 0.3 0.7
Hex 9C C0 CA 17 5 0 15 C1 1E 46
Octal 234 300 312 27 5 0 25 301 36 106
Binary 10011100 11000000 11001010 10111 101 0 10101 11000001 11110 1000110

Color Harmonies of #9CC0CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CC0CA

Black with #9CC0CA

Text Example


Text Example

White with #9CC0CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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