Html Css Color HEX #9BC2CC Regent St Blue

📋 copy color: '#9BC2CC'

red 155 ◦ green 194 ◦ blue 204

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

Shades of Regent St Blue #9BC2CC

Tints of Regent St Blue #9BC2CC

RGB

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

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

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

R = 28.03%
G = 35.08%
B = 36.89%

CMYK

 C value IS 0.24

 M value IS 0.05

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#9BC2CC (or 0x9BC2CC) is known color: Regent St Blue. HEX triplet: 9B, C2 and CC. RGB value is (155,194,204). Sum of RGB (Red+Green+Blue) = 155+194+204=553 (73% of max value = 765). Red value is 155 (60.94% from 255 or 28.03% from 553); Green value is 194 (76.17% from 255 or 35.08% from 553); Blue value is 204 (80.08% from 255 or 36.89% from 553); Max value from RGB is 204 - color contains mainly: blue. Hex color #9BC2CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BC2CC is #643D33. Grayscale: #B7B7B7. Windows color (decimal): -6569268 or 13419163. OLE color: 13419163.

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

Color convert

RGB 155 194 204 -
CMYK 0.24 0.05 0 0.2
HSL 192.24º 0.32% 0.7% -
HSV(B) 192.24º 0.24% 0.8% -
XYZ 43.71 49.91 64.46 -
YUV 183.48 139.58 107.69 -
System Red Green Blue C M Y K H S L
Decimal 155 194 204 0.24 0.05 0 0.2 192.24 0.32 0.7
Hex 9B C2 CC 18 5 0 14 C0 20 46
Octal 233 302 314 30 5 0 24 300 40 106
Binary 10011011 11000010 11001100 11000 101 0 10100 11000000 100000 1000110

Color Harmonies of #9BC2CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BC2CC

Black with #9BC2CC

Text Example


Text Example

White with #9BC2CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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