Html Css Color HEX #9BC7DB Regent St Blue

📋 copy color: '#9BC7DB'

red 155 ◦ green 199 ◦ blue 219

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

Shades of Regent St Blue #9BC7DB

Tints of Regent St Blue #9BC7DB

RGB

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

 GREEN value IS 199 (78.13% from 255) = 34.73%

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

R = 27.05%
G = 34.73%
B = 38.22%

CMYK

 C value IS 0.29

 M value IS 0.09

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9BC7DB (or 0x9BC7DB) is known color: Regent St Blue. HEX triplet: 9B, C7 and DB. RGB value is (155,199,219). Sum of RGB (Red+Green+Blue) = 155+199+219=573 (75% of max value = 765). Red value is 155 (60.94% from 255 or 27.05% from 573); Green value is 199 (78.12% from 255 or 34.73% from 573); Blue value is 219 (85.94% from 255 or 38.22% from 573); Max value from RGB is 219 - color contains mainly: blue. Hex color #9BC7DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BC7DB is #643824. Grayscale: #BCBCBC. Windows color (decimal): -6567973 or 14403483. OLE color: 14403483.

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

Color convert

RGB 155 199 219 -
CMYK 0.29 0.09 0 0.14
HSL 198.75º 0.47% 0.73% -
HSV(B) 198.75º 0.29% 0.86% -
XYZ 46.73 52.93 74.77 -
YUV 188.12 145.42 104.37 -
System Red Green Blue C M Y K H S L
Decimal 155 199 219 0.29 0.09 0 0.14 198.75 0.47 0.73
Hex 9B C7 DB 1D 9 0 E C7 2F 49
Octal 233 307 333 35 11 0 16 307 57 111
Binary 10011011 11000111 11011011 11101 1001 0 1110 11000111 101111 1001001

Color Harmonies of #9BC7DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BC7DB

Black with #9BC7DB

Text Example


Text Example

White with #9BC7DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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