Html Css Color HEX #9BC3DC Regent St Blue

📋 copy color: '#9BC3DC'

red 155 ◦ green 195 ◦ blue 220

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

Shades of Regent St Blue #9BC3DC

Tints of Regent St Blue #9BC3DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 38.6%

R = 27.19%
G = 34.21%
B = 38.6%

CMYK

 C value IS 0.30

 M value IS 0.11

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9BC3DC (or 0x9BC3DC) is known color: Regent St Blue. HEX triplet: 9B, C3 and DC. RGB value is (155,195,220). Sum of RGB (Red+Green+Blue) = 155+195+220=570 (75% of max value = 765). Red value is 155 (60.94% from 255 or 27.19% from 570); Green value is 195 (76.56% from 255 or 34.21% from 570); Blue value is 220 (86.33% from 255 or 38.60% from 570); Max value from RGB is 220 - color contains mainly: blue. Hex color #9BC3DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BC3DC is #643C23. Grayscale: #B9B9B9. Windows color (decimal): -6568996 or 14467995. OLE color: 14467995.

HSL color Cylindrical-coordinate representation of color #9BC3DC: hue angle of 203.08º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9BC3DC is Cyan = 0.30, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 155 195 220 -
CMYK 0.30 0.11 0 0.14
HSL 203.08º 0.48% 0.74% -
HSV(B) 203.08º 0.3% 0.86% -
XYZ 45.95 51.17 75.16 -
YUV 185.89 147.25 105.97 -
System Red Green Blue C M Y K H S L
Decimal 155 195 220 0.30 0.11 0 0.14 203.08 0.48 0.74
Hex 9B C3 DC 1E B 0 E CB 30 4A
Octal 233 303 334 36 13 0 16 313 60 112
Binary 10011011 11000011 11011100 11110 1011 0 1110 11001011 110000 1001010

Color Harmonies of #9BC3DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BC3DC

Black with #9BC3DC

Text Example


Text Example

White with #9BC3DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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