Html Css Color HEX #9BCDDB Regent St Blue

📋 copy color: '#9BCDDB'

red 155 ◦ green 205 ◦ blue 219

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

Shades of Regent St Blue #9BCDDB

Tints of Regent St Blue #9BCDDB

RGB

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

 GREEN value IS 205 (80.47% from 255) = 35.41%

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

R = 26.77%
G = 35.41%
B = 37.82%

CMYK

 C value IS 0.29

 M value IS 0.06

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9BCDDB (or 0x9BCDDB) is known color: Regent St Blue. HEX triplet: 9B, CD and DB. RGB value is (155,205,219). Sum of RGB (Red+Green+Blue) = 155+205+219=579 (76% of max value = 765). Red value is 155 (60.94% from 255 or 26.77% from 579); Green value is 205 (80.47% from 255 or 35.41% from 579); Blue value is 219 (85.94% from 255 or 37.82% from 579); Max value from RGB is 219 - color contains mainly: blue. Hex color #9BCDDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BCDDB is #643224. Grayscale: #BFBFBF. Windows color (decimal): -6566437 or 14405019. OLE color: 14405019.

HSL color Cylindrical-coordinate representation of color #9BCDDB: hue angle of 193.12º 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 #9BCDDB is Cyan = 0.29, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 155 205 219 -
CMYK 0.29 0.06 0 0.14
HSL 193.13º 0.47% 0.73% -
HSV(B) 193.13º 0.29% 0.86% -
XYZ 48.14 55.75 75.24 -
YUV 191.65 143.44 101.86 -
System Red Green Blue C M Y K H S L
Decimal 155 205 219 0.29 0.06 0 0.14 193.13 0.47 0.73
Hex 9B CD DB 1D 6 0 E C1 2F 49
Octal 233 315 333 35 6 0 16 301 57 111
Binary 10011011 11001101 11011011 11101 110 0 1110 11000001 101111 1001001

Color Harmonies of #9BCDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BCDDB

Black with #9BCDDB

Text Example


Text Example

White with #9BCDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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