Html Css Color HEX #9BCADB Regent St Blue

📋 copy color: '#9BCADB'

red 155 ◦ green 202 ◦ blue 219

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

Shades of Regent St Blue #9BCADB

Tints of Regent St Blue #9BCADB

RGB

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

 GREEN value IS 202 (79.3% from 255) = 35.07%

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

R = 26.91%
G = 35.07%
B = 38.02%

CMYK

 C value IS 0.29

 M value IS 0.08

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9BCADB (or 0x9BCADB) is known color: Regent St Blue. HEX triplet: 9B, CA and DB. RGB value is (155,202,219). Sum of RGB (Red+Green+Blue) = 155+202+219=576 (76% of max value = 765). Red value is 155 (60.94% from 255 or 26.91% from 576); Green value is 202 (79.30% from 255 or 35.07% from 576); Blue value is 219 (85.94% from 255 or 38.02% from 576); Max value from RGB is 219 - color contains mainly: blue. Hex color #9BCADB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BCADB is #643524. Grayscale: #BDBDBD. Windows color (decimal): -6567205 or 14404251. OLE color: 14404251.

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

Color convert

RGB 155 202 219 -
CMYK 0.29 0.08 0 0.14
HSL 195.94º 0.47% 0.73% -
HSV(B) 195.94º 0.29% 0.86% -
XYZ 47.42 54.32 75 -
YUV 189.89 144.43 103.12 -
System Red Green Blue C M Y K H S L
Decimal 155 202 219 0.29 0.08 0 0.14 195.94 0.47 0.73
Hex 9B CA DB 1D 8 0 E C4 2F 49
Octal 233 312 333 35 10 0 16 304 57 111
Binary 10011011 11001010 11011011 11101 1000 0 1110 11000100 101111 1001001

Color Harmonies of #9BCADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BCADB

Black with #9BCADB

Text Example


Text Example

White with #9BCADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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