Html Css Color HEX #9BCDDC Regent St Blue

📋 copy color: '#9BCDDC'

red 155 ◦ green 205 ◦ blue 220

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

Shades of Regent St Blue #9BCDDC

Tints of Regent St Blue #9BCDDC

RGB

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

 GREEN value IS 205 (80.47% from 255) = 35.34%

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

R = 26.72%
G = 35.34%
B = 37.93%

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

#9BCDDC (or 0x9BCDDC) is known color: Regent St Blue. HEX triplet: 9B, CD and DC. RGB value is (155,205,220). Sum of RGB (Red+Green+Blue) = 155+205+220=580 (76% of max value = 765). Red value is 155 (60.94% from 255 or 26.72% from 580); Green value is 205 (80.47% from 255 or 35.34% from 580); Blue value is 220 (86.33% from 255 or 37.93% from 580); Max value from RGB is 220 - color contains mainly: blue. Hex color #9BCDDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BCDDC is #643223. Grayscale: #BFBFBF. Windows color (decimal): -6566436 or 14470555. OLE color: 14470555.

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

Color convert

RGB 155 205 220 -
CMYK 0.30 0.07 0 0.14
HSL 193.85º 0.48% 0.74% -
HSV(B) 193.85º 0.3% 0.86% -
XYZ 48.27 55.8 75.94 -
YUV 191.76 143.94 101.78 -
System Red Green Blue C M Y K H S L
Decimal 155 205 220 0.30 0.07 0 0.14 193.85 0.48 0.74
Hex 9B CD DC 1E 7 0 E C2 30 4A
Octal 233 315 334 36 7 0 16 302 60 112
Binary 10011011 11001101 11011100 11110 111 0 1110 11000010 110000 1001010

Color Harmonies of #9BCDDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BCDDC

Black with #9BCDDC

Text Example


Text Example

White with #9BCDDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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