Html Css Color HEX #9BC5DB Regent St Blue

📋 copy color: '#9BC5DB'

red 155 ◦ green 197 ◦ blue 219

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

Shades of Regent St Blue #9BC5DB

Tints of Regent St Blue #9BC5DB

RGB

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

 GREEN value IS 197 (77.34% from 255) = 34.5%

 BLUE value IS 219 (85.94% from 255) = 38.35%

R = 27.15%
G = 34.5%
B = 38.35%

CMYK

 C value IS 0.29

 M value IS 0.10

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9BC5DB (or 0x9BC5DB) is known color: Regent St Blue. HEX triplet: 9B, C5 and DB. RGB value is (155,197,219). Sum of RGB (Red+Green+Blue) = 155+197+219=571 (75% of max value = 765). Red value is 155 (60.94% from 255 or 27.15% from 571); Green value is 197 (77.34% from 255 or 34.50% from 571); Blue value is 219 (85.94% from 255 or 38.35% from 571); Max value from RGB is 219 - color contains mainly: blue. Hex color #9BC5DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BC5DB is #643A24. Grayscale: #BABABA. Windows color (decimal): -6568485 or 14402971. OLE color: 14402971.

HSL color Cylindrical-coordinate representation of color #9BC5DB: hue angle of 200.62º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9BC5DB is Cyan = 0.29, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 155 197 219 -
CMYK 0.29 0.10 0 0.14
HSL 200.63º 0.47% 0.73% -
HSV(B) 200.63º 0.29% 0.86% -
XYZ 46.27 52.02 74.62 -
YUV 186.95 146.09 105.21 -
System Red Green Blue C M Y K H S L
Decimal 155 197 219 0.29 0.10 0 0.14 200.63 0.47 0.73
Hex 9B C5 DB 1D A 0 E C9 2F 49
Octal 233 305 333 35 12 0 16 311 57 111
Binary 10011011 11000101 11011011 11101 1010 0 1110 11001001 101111 1001001

Color Harmonies of #9BC5DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BC5DB

Black with #9BC5DB

Text Example


Text Example

White with #9BC5DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,197,219); }

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

background-color css

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

 a { background-color: rgb(155,197,219); }

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

border-color css

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

 span { border-color: rgb(155,197,219); }

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