Html Css Color HEX #9BC4DC Regent St Blue

📋 copy color: '#9BC4DC'

red 155 ◦ green 196 ◦ blue 220

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

Shades of Regent St Blue #9BC4DC

Tints of Regent St Blue #9BC4DC

RGB

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

 GREEN value IS 196 (76.95% from 255) = 34.33%

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

R = 27.15%
G = 34.33%
B = 38.53%

CMYK

 C value IS 0.30

 M value IS 0.11

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9BC4DC (or 0x9BC4DC) is known color: Regent St Blue. HEX triplet: 9B, C4 and DC. RGB value is (155,196,220). Sum of RGB (Red+Green+Blue) = 155+196+220=571 (75% of max value = 765). Red value is 155 (60.94% from 255 or 27.15% from 571); Green value is 196 (76.95% from 255 or 34.33% from 571); Blue value is 220 (86.33% from 255 or 38.53% from 571); Max value from RGB is 220 - color contains mainly: blue. Hex color #9BC4DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BC4DC is #643B23. Grayscale: #BABABA. Windows color (decimal): -6568740 or 14468251. OLE color: 14468251.

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

Color convert

RGB 155 196 220 -
CMYK 0.30 0.11 0 0.14
HSL 202.15º 0.48% 0.74% -
HSV(B) 202.15º 0.3% 0.86% -
XYZ 46.18 51.62 75.24 -
YUV 186.48 146.92 105.55 -
System Red Green Blue C M Y K H S L
Decimal 155 196 220 0.30 0.11 0 0.14 202.15 0.48 0.74
Hex 9B C4 DC 1E B 0 E CA 30 4A
Octal 233 304 334 36 13 0 16 312 60 112
Binary 10011011 11000100 11011100 11110 1011 0 1110 11001010 110000 1001010

Color Harmonies of #9BC4DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BC4DC

Black with #9BC4DC

Text Example


Text Example

White with #9BC4DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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