Html Css Color HEX #9BC9DC Regent St Blue

📋 copy color: '#9BC9DC'

red 155 ◦ green 201 ◦ blue 220

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

Shades of Regent St Blue #9BC9DC

Tints of Regent St Blue #9BC9DC

RGB

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

 GREEN value IS 201 (78.91% from 255) = 34.9%

 BLUE value IS 220 (86.33% from 255) = 38.19%

R = 26.91%
G = 34.9%
B = 38.19%

CMYK

 C value IS 0.30

 M value IS 0.09

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9BC9DC (or 0x9BC9DC) is known color: Regent St Blue. HEX triplet: 9B, C9 and DC. RGB value is (155,201,220). Sum of RGB (Red+Green+Blue) = 155+201+220=576 (76% of max value = 765). Red value is 155 (60.94% from 255 or 26.91% from 576); Green value is 201 (78.91% from 255 or 34.90% from 576); Blue value is 220 (86.33% from 255 or 38.19% from 576); Max value from RGB is 220 - color contains mainly: blue. Hex color #9BC9DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BC9DC is #643623. Grayscale: #BDBDBD. Windows color (decimal): -6567460 or 14469531. OLE color: 14469531.

HSL color Cylindrical-coordinate representation of color #9BC9DC: hue angle of 197.54º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9BC9DC is Cyan = 0.30, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 155 201 220 -
CMYK 0.30 0.09 0 0.14
HSL 197.54º 0.48% 0.74% -
HSV(B) 197.54º 0.3% 0.86% -
XYZ 47.32 53.91 75.62 -
YUV 189.41 145.26 103.46 -
System Red Green Blue C M Y K H S L
Decimal 155 201 220 0.30 0.09 0 0.14 197.54 0.48 0.74
Hex 9B C9 DC 1E 9 0 E C6 30 4A
Octal 233 311 334 36 11 0 16 306 60 112
Binary 10011011 11001001 11011100 11110 1001 0 1110 11000110 110000 1001010

Color Harmonies of #9BC9DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BC9DC

Black with #9BC9DC

Text Example


Text Example

White with #9BC9DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,201,220); }

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

background-color css

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

 a { background-color: rgb(155,201,220); }

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

border-color css

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

 span { border-color: rgb(155,201,220); }

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