Html Css Color HEX #9BC3CB Regent St Blue

📋 copy color: '#9BC3CB'

red 155 ◦ green 195 ◦ blue 203

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

Shades of Regent St Blue #9BC3CB

Tints of Regent St Blue #9BC3CB

RGB

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

 GREEN value IS 195 (76.56% from 255) = 35.26%

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

R = 28.03%
G = 35.26%
B = 36.71%

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

#9BC3CB (or 0x9BC3CB) is known color: Regent St Blue. HEX triplet: 9B, C3 and CB. RGB value is (155,195,203). Sum of RGB (Red+Green+Blue) = 155+195+203=553 (73% of max value = 765). Red value is 155 (60.94% from 255 or 28.03% from 553); Green value is 195 (76.56% from 255 or 35.26% from 553); Blue value is 203 (79.69% from 255 or 36.71% from 553); Max value from RGB is 203 - color contains mainly: blue. Hex color #9BC3CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BC3CB is #643C34. Grayscale: #B7B7B7. Windows color (decimal): -6569013 or 13353883. OLE color: 13353883.

HSL color Cylindrical-coordinate representation of color #9BC3CB: hue angle of 190º 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 #9BC3CB is Cyan = 0.24, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 155 195 203 -
CMYK 0.24 0.04 0 0.20
HSL 190º 0.32% 0.7% -
HSV(B) 190º 0.24% 0.8% -
XYZ 43.81 50.31 63.9 -
YUV 183.95 138.75 107.35 -
System Red Green Blue C M Y K H S L
Decimal 155 195 203 0.24 0.04 0 0.20 190 0.32 0.7
Hex 9B C3 CB 18 4 0 14 BE 20 46
Octal 233 303 313 30 4 0 24 276 40 106
Binary 10011011 11000011 11001011 11000 100 0 10100 10111110 100000 1000110

Color Harmonies of #9BC3CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BC3CB

Black with #9BC3CB

Text Example


Text Example

White with #9BC3CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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