Html Css Color HEX #9BCADC Regent St Blue

📋 copy color: '#9BCADC'

red 155 ◦ green 202 ◦ blue 220

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

Shades of Regent St Blue #9BCADC

Tints of Regent St Blue #9BCADC

RGB

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

 GREEN value IS 202 (79.3% from 255) = 35.01%

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

R = 26.86%
G = 35.01%
B = 38.13%

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

#9BCADC (or 0x9BCADC) is known color: Regent St Blue. HEX triplet: 9B, CA and DC. RGB value is (155,202,220). Sum of RGB (Red+Green+Blue) = 155+202+220=577 (76% of max value = 765). Red value is 155 (60.94% from 255 or 26.86% from 577); Green value is 202 (79.30% from 255 or 35.01% from 577); Blue value is 220 (86.33% from 255 or 38.13% from 577); Max value from RGB is 220 - color contains mainly: blue. Hex color #9BCADC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BCADC is #643523. Grayscale: #BDBDBD. Windows color (decimal): -6567204 or 14469787. OLE color: 14469787.

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

Color convert

RGB 155 202 220 -
CMYK 0.30 0.08 0 0.14
HSL 196.62º 0.48% 0.74% -
HSV(B) 196.62º 0.3% 0.86% -
XYZ 47.56 54.38 75.7 -
YUV 190 144.93 103.04 -
System Red Green Blue C M Y K H S L
Decimal 155 202 220 0.30 0.08 0 0.14 196.62 0.48 0.74
Hex 9B CA DC 1E 8 0 E C5 30 4A
Octal 233 312 334 36 10 0 16 305 60 112
Binary 10011011 11001010 11011100 11110 1000 0 1110 11000101 110000 1001010

Color Harmonies of #9BCADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BCADC

Black with #9BCADC

Text Example


Text Example

White with #9BCADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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