Html Css Color HEX #9CBECC Regent St Blue

📋 copy color: '#9CBECC'

red 156 ◦ green 190 ◦ blue 204

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

Shades of Regent St Blue #9CBECC

Tints of Regent St Blue #9CBECC

RGB

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

 GREEN value IS 190 (74.61% from 255) = 34.55%

 BLUE value IS 204 (80.08% from 255) = 37.09%

R = 28.36%
G = 34.55%
B = 37.09%

CMYK

 C value IS 0.24

 M value IS 0.07

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#9CBECC (or 0x9CBECC) is known color: Regent St Blue. HEX triplet: 9C, BE and CC. RGB value is (156,190,204). Sum of RGB (Red+Green+Blue) = 156+190+204=550 (72% of max value = 765). Red value is 156 (61.33% from 255 or 28.36% from 550); Green value is 190 (74.61% from 255 or 34.55% from 550); Blue value is 204 (80.08% from 255 or 37.09% from 550); Max value from RGB is 204 - color contains mainly: blue. Hex color #9CBECC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CBECC is #634133. Grayscale: #B5B5B5. Windows color (decimal): -6504756 or 13418140. OLE color: 13418140.

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

Color convert

RGB 156 190 204 -
CMYK 0.24 0.07 0 0.2
HSL 197.5º 0.32% 0.71% -
HSV(B) 197.5º 0.24% 0.8% -
XYZ 43.02 48.25 64.17 -
YUV 181.43 140.74 109.86 -
System Red Green Blue C M Y K H S L
Decimal 156 190 204 0.24 0.07 0 0.2 197.5 0.32 0.71
Hex 9C BE CC 18 7 0 14 C6 20 47
Octal 234 276 314 30 7 0 24 306 40 107
Binary 10011100 10111110 11001100 11000 111 0 10100 11000110 100000 1000111

Color Harmonies of #9CBECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CBECC

Black with #9CBECC

Text Example


Text Example

White with #9CBECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,190,204); }

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

background-color css

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

 a { background-color: rgb(156,190,204); }

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

border-color css

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

 span { border-color: rgb(156,190,204); }

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