Html Css Color HEX #9BCED7 Regent St Blue

📋 copy color: '#9BCED7'

red 155 ◦ green 206 ◦ blue 215

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

Shades of Regent St Blue #9BCED7

Tints of Regent St Blue #9BCED7

RGB

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

 GREEN value IS 206 (80.86% from 255) = 35.76%

 BLUE value IS 215 (84.38% from 255) = 37.33%

R = 26.91%
G = 35.76%
B = 37.33%

CMYK

 C value IS 0.28

 M value IS 0.04

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#9BCED7 (or 0x9BCED7) is known color: Regent St Blue. HEX triplet: 9B, CE and D7. RGB value is (155,206,215). Sum of RGB (Red+Green+Blue) = 155+206+215=576 (76% of max value = 765). Red value is 155 (60.94% from 255 or 26.91% from 576); Green value is 206 (80.86% from 255 or 35.76% from 576); Blue value is 215 (84.38% from 255 or 37.33% from 576); Max value from RGB is 215 - color contains mainly: blue. Hex color #9BCED7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BCED7 is #643128. Grayscale: #BFBFBF. Windows color (decimal): -6566185 or 14143131. OLE color: 14143131.

HSL color Cylindrical-coordinate representation of color #9BCED7: hue angle of 189º degrees, saturation: 0.43, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9BCED7 is Cyan = 0.28, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 155 206 215 -
CMYK 0.28 0.04 0 0.16
HSL 189º 0.43% 0.73% -
HSV(B) 189º 0.28% 0.84% -
XYZ 47.85 56.02 72.58 -
YUV 191.78 141.1 101.77 -
System Red Green Blue C M Y K H S L
Decimal 155 206 215 0.28 0.04 0 0.16 189 0.43 0.73
Hex 9B CE D7 1C 4 0 10 BD 2B 49
Octal 233 316 327 34 4 0 20 275 53 111
Binary 10011011 11001110 11010111 11100 100 0 10000 10111101 101011 1001001

Color Harmonies of #9BCED7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BCED7

Black with #9BCED7

Text Example


Text Example

White with #9BCED7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,206,215); }

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

background-color css

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

 a { background-color: rgb(155,206,215); }

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

border-color css

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

 span { border-color: rgb(155,206,215); }

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