Html Css Color HEX #9BC1CA Regent St Blue

📋 copy color: '#9BC1CA'

red 155 ◦ green 193 ◦ blue 202

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

Shades of Regent St Blue #9BC1CA

Tints of Regent St Blue #9BC1CA

RGB

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

 GREEN value IS 193 (75.78% from 255) = 35.09%

 BLUE value IS 202 (79.3% from 255) = 36.73%

R = 28.18%
G = 35.09%
B = 36.73%

CMYK

 C value IS 0.23

 M value IS 0.04

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#9BC1CA (or 0x9BC1CA) is known color: Regent St Blue. HEX triplet: 9B, C1 and CA. RGB value is (155,193,202). Sum of RGB (Red+Green+Blue) = 155+193+202=550 (72% of max value = 765). Red value is 155 (60.94% from 255 or 28.18% from 550); Green value is 193 (75.78% from 255 or 35.09% from 550); Blue value is 202 (79.30% from 255 or 36.73% from 550); Max value from RGB is 202 - color contains mainly: blue. Hex color #9BC1CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BC1CA is #643E35. Grayscale: #B6B6B6. Windows color (decimal): -6569526 or 13287835. OLE color: 13287835.

HSL color Cylindrical-coordinate representation of color #9BC1CA: hue angle of 191.49º degrees, saturation: 0.31, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9BC1CA is Cyan = 0.23, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 155 193 202 -
CMYK 0.23 0.04 0 0.21
HSL 191.49º 0.31% 0.7% -
HSV(B) 191.49º 0.23% 0.79% -
XYZ 43.25 49.37 63.13 -
YUV 182.66 138.91 108.27 -
System Red Green Blue C M Y K H S L
Decimal 155 193 202 0.23 0.04 0 0.21 191.49 0.31 0.7
Hex 9B C1 CA 17 4 0 15 BF 1F 46
Octal 233 301 312 27 4 0 25 277 37 106
Binary 10011011 11000001 11001010 10111 100 0 10101 10111111 11111 1000110

Color Harmonies of #9BC1CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BC1CA

Black with #9BC1CA

Text Example


Text Example

White with #9BC1CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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