Html Css Color HEX #9BCCDB Regent St Blue

📋 copy color: '#9BCCDB'

red 155 ◦ green 204 ◦ blue 219

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

Shades of Regent St Blue #9BCCDB

Tints of Regent St Blue #9BCCDB

RGB

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

 GREEN value IS 204 (80.08% from 255) = 35.29%

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

R = 26.82%
G = 35.29%
B = 37.89%

CMYK

 C value IS 0.29

 M value IS 0.07

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9BCCDB (or 0x9BCCDB) is known color: Regent St Blue. HEX triplet: 9B, CC and DB. RGB value is (155,204,219). Sum of RGB (Red+Green+Blue) = 155+204+219=578 (76% of max value = 765). Red value is 155 (60.94% from 255 or 26.82% from 578); Green value is 204 (80.08% from 255 or 35.29% from 578); Blue value is 219 (85.94% from 255 or 37.89% from 578); Max value from RGB is 219 - color contains mainly: blue. Hex color #9BCCDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BCCDB is #643324. Grayscale: #BEBEBE. Windows color (decimal): -6566693 or 14404763. OLE color: 14404763.

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

Color convert

RGB 155 204 219 -
CMYK 0.29 0.07 0 0.14
HSL 194.06º 0.47% 0.73% -
HSV(B) 194.06º 0.29% 0.86% -
XYZ 47.9 55.27 75.16 -
YUV 191.06 143.77 102.28 -
System Red Green Blue C M Y K H S L
Decimal 155 204 219 0.29 0.07 0 0.14 194.06 0.47 0.73
Hex 9B CC DB 1D 7 0 E C2 2F 49
Octal 233 314 333 35 7 0 16 302 57 111
Binary 10011011 11001100 11011011 11101 111 0 1110 11000010 101111 1001001

Color Harmonies of #9BCCDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BCCDB

Black with #9BCCDB

Text Example


Text Example

White with #9BCCDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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