Html Css Color HEX #9BCBDC Regent St Blue

📋 copy color: '#9BCBDC'

red 155 ◦ green 203 ◦ blue 220

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

Shades of Regent St Blue #9BCBDC

Tints of Regent St Blue #9BCBDC

RGB

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

 GREEN value IS 203 (79.69% from 255) = 35.12%

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

R = 26.82%
G = 35.12%
B = 38.06%

CMYK

 C value IS 0.30

 M value IS 0.08

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9BCBDC (or 0x9BCBDC) is known color: Regent St Blue. HEX triplet: 9B, CB and DC. RGB value is (155,203,220). Sum of RGB (Red+Green+Blue) = 155+203+220=578 (76% of max value = 765). Red value is 155 (60.94% from 255 or 26.82% from 578); Green value is 203 (79.69% from 255 or 35.12% from 578); Blue value is 220 (86.33% from 255 or 38.06% from 578); Max value from RGB is 220 - color contains mainly: blue. Hex color #9BCBDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BCBDC is #643423. Grayscale: #BEBEBE. Windows color (decimal): -6566948 or 14470043. OLE color: 14470043.

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

Color convert

RGB 155 203 220 -
CMYK 0.30 0.08 0 0.14
HSL 195.69º 0.48% 0.74% -
HSV(B) 195.69º 0.3% 0.86% -
XYZ 47.79 54.85 75.78 -
YUV 190.59 144.6 102.62 -
System Red Green Blue C M Y K H S L
Decimal 155 203 220 0.30 0.08 0 0.14 195.69 0.48 0.74
Hex 9B CB DC 1E 8 0 E C4 30 4A
Octal 233 313 334 36 10 0 16 304 60 112
Binary 10011011 11001011 11011100 11110 1000 0 1110 11000100 110000 1001010

Color Harmonies of #9BCBDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BCBDC

Black with #9BCBDC

Text Example


Text Example

White with #9BCBDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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