Html Css Color HEX #9BC6DB Regent St Blue

📋 copy color: '#9BC6DB'

red 155 ◦ green 198 ◦ blue 219

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

Shades of Regent St Blue #9BC6DB

Tints of Regent St Blue #9BC6DB

RGB

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

 GREEN value IS 198 (77.73% from 255) = 34.62%

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

R = 27.1%
G = 34.62%
B = 38.29%

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

#9BC6DB (or 0x9BC6DB) is known color: Regent St Blue. HEX triplet: 9B, C6 and DB. RGB value is (155,198,219). Sum of RGB (Red+Green+Blue) = 155+198+219=572 (75% of max value = 765). Red value is 155 (60.94% from 255 or 27.10% from 572); Green value is 198 (77.73% from 255 or 34.62% from 572); Blue value is 219 (85.94% from 255 or 38.29% from 572); Max value from RGB is 219 - color contains mainly: blue. Hex color #9BC6DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BC6DB is #643924. Grayscale: #BBBBBB. Windows color (decimal): -6568229 or 14403227. OLE color: 14403227.

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

Color convert

RGB 155 198 219 -
CMYK 0.29 0.10 0 0.14
HSL 199.69º 0.47% 0.73% -
HSV(B) 199.69º 0.29% 0.86% -
XYZ 46.5 52.47 74.7 -
YUV 187.54 145.75 104.79 -
System Red Green Blue C M Y K H S L
Decimal 155 198 219 0.29 0.10 0 0.14 199.69 0.47 0.73
Hex 9B C6 DB 1D A 0 E C8 2F 49
Octal 233 306 333 35 12 0 16 310 57 111
Binary 10011011 11000110 11011011 11101 1010 0 1110 11001000 101111 1001001

Color Harmonies of #9BC6DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BC6DB

Black with #9BC6DB

Text Example


Text Example

White with #9BC6DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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