Html Css Color HEX #9BC2CB Regent St Blue

📋 copy color: '#9BC2CB'

red 155 ◦ green 194 ◦ blue 203

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

Shades of Regent St Blue #9BC2CB

Tints of Regent St Blue #9BC2CB

RGB

 RED value IS 155 (60.94% from 255) = 28.08%

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

 BLUE value IS 203 (79.69% from 255) = 36.78%

R = 28.08%
G = 35.14%
B = 36.78%

CMYK

 C value IS 0.24

 M value IS 0.04

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9BC2CB (or 0x9BC2CB) is known color: Regent St Blue. HEX triplet: 9B, C2 and CB. RGB value is (155,194,203). Sum of RGB (Red+Green+Blue) = 155+194+203=552 (73% of max value = 765). Red value is 155 (60.94% from 255 or 28.08% from 552); Green value is 194 (76.17% from 255 or 35.14% from 552); Blue value is 203 (79.69% from 255 or 36.78% from 552); Max value from RGB is 203 - color contains mainly: blue. Hex color #9BC2CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BC2CB is #643D34. Grayscale: #B7B7B7. Windows color (decimal): -6569269 or 13353627. OLE color: 13353627.

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

Color convert

RGB 155 194 203 -
CMYK 0.24 0.04 0 0.20
HSL 191.25º 0.32% 0.7% -
HSV(B) 191.25º 0.24% 0.8% -
XYZ 43.59 49.86 63.83 -
YUV 183.37 139.08 107.77 -
System Red Green Blue C M Y K H S L
Decimal 155 194 203 0.24 0.04 0 0.20 191.25 0.32 0.7
Hex 9B C2 CB 18 4 0 14 BF 20 46
Octal 233 302 313 30 4 0 24 277 40 106
Binary 10011011 11000010 11001011 11000 100 0 10100 10111111 100000 1000110

Color Harmonies of #9BC2CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BC2CB

Black with #9BC2CB

Text Example


Text Example

White with #9BC2CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,194,203); }

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

background-color css

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

 a { background-color: rgb(155,194,203); }

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

border-color css

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

 span { border-color: rgb(155,194,203); }

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