Html Css Color HEX #9BCCDC Regent St Blue

📋 copy color: '#9BCCDC'

red 155 ◦ green 204 ◦ blue 220

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

Shades of Regent St Blue #9BCCDC

Tints of Regent St Blue #9BCCDC

RGB

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

 GREEN value IS 204 (80.08% from 255) = 35.23%

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

R = 26.77%
G = 35.23%
B = 38%

CMYK

 C value IS 0.30

 M value IS 0.07

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9BCCDC (or 0x9BCCDC) is known color: Regent St Blue. HEX triplet: 9B, CC and DC. RGB value is (155,204,220). Sum of RGB (Red+Green+Blue) = 155+204+220=579 (76% of max value = 765). Red value is 155 (60.94% from 255 or 26.77% from 579); Green value is 204 (80.08% from 255 or 35.23% from 579); Blue value is 220 (86.33% from 255 or 38.00% from 579); Max value from RGB is 220 - color contains mainly: blue. Hex color #9BCCDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BCCDC is #643323. Grayscale: #BFBFBF. Windows color (decimal): -6566692 or 14470299. OLE color: 14470299.

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

Color convert

RGB 155 204 220 -
CMYK 0.30 0.07 0 0.14
HSL 194.77º 0.48% 0.74% -
HSV(B) 194.77º 0.3% 0.86% -
XYZ 48.03 55.32 75.86 -
YUV 191.17 144.27 102.2 -
System Red Green Blue C M Y K H S L
Decimal 155 204 220 0.30 0.07 0 0.14 194.77 0.48 0.74
Hex 9B CC DC 1E 7 0 E C3 30 4A
Octal 233 314 334 36 7 0 16 303 60 112
Binary 10011011 11001100 11011100 11110 111 0 1110 11000011 110000 1001010

Color Harmonies of #9BCCDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BCCDC

Black with #9BCCDC

Text Example


Text Example

White with #9BCCDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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