Html Css Color HEX #9BCAD6 Regent St Blue

📋 copy color: '#9BCAD6'

red 155 ◦ green 202 ◦ blue 214

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

Shades of Regent St Blue #9BCAD6

Tints of Regent St Blue #9BCAD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 37.48%

R = 27.15%
G = 35.38%
B = 37.48%

CMYK

 C value IS 0.28

 M value IS 0.06

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#9BCAD6 (or 0x9BCAD6) is known color: Regent St Blue. HEX triplet: 9B, CA and D6. RGB value is (155,202,214). Sum of RGB (Red+Green+Blue) = 155+202+214=571 (75% of max value = 765). Red value is 155 (60.94% from 255 or 27.15% from 571); Green value is 202 (79.30% from 255 or 35.38% from 571); Blue value is 214 (83.98% from 255 or 37.48% from 571); Max value from RGB is 214 - color contains mainly: blue. Hex color #9BCAD6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BCAD6 is #643529. Grayscale: #BDBDBD. Windows color (decimal): -6567210 or 14076571. OLE color: 14076571.

HSL color Cylindrical-coordinate representation of color #9BCAD6: hue angle of 192.2º degrees, saturation: 0.42, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9BCAD6 is Cyan = 0.28, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 155 202 214 -
CMYK 0.28 0.06 0 0.16
HSL 192.2º 0.42% 0.72% -
HSV(B) 192.2º 0.28% 0.84% -
XYZ 46.78 54.06 71.59 -
YUV 189.32 141.93 103.52 -
System Red Green Blue C M Y K H S L
Decimal 155 202 214 0.28 0.06 0 0.16 192.2 0.42 0.72
Hex 9B CA D6 1C 6 0 10 C0 2A 48
Octal 233 312 326 34 6 0 20 300 52 110
Binary 10011011 11001010 11010110 11100 110 0 10000 11000000 101010 1001000

Color Harmonies of #9BCAD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BCAD6

Black with #9BCAD6

Text Example


Text Example

White with #9BCAD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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