Html Css Color HEX #9ABECE Regent St Blue

📋 copy color: '#9ABECE'

red 154 ◦ green 190 ◦ blue 206

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

Shades of Regent St Blue #9ABECE

Tints of Regent St Blue #9ABECE

RGB

 RED value IS 154 (60.55% from 255) = 28%

 GREEN value IS 190 (74.61% from 255) = 34.55%

 BLUE value IS 206 (80.86% from 255) = 37.45%

R = 28%
G = 34.55%
B = 37.45%

CMYK

 C value IS 0.25

 M value IS 0.08

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9ABECE (or 0x9ABECE) is known color: Regent St Blue. HEX triplet: 9A, BE and CE. RGB value is (154,190,206). Sum of RGB (Red+Green+Blue) = 154+190+206=550 (72% of max value = 765). Red value is 154 (60.55% from 255 or 28% from 550); Green value is 190 (74.61% from 255 or 34.55% from 550); Blue value is 206 (80.86% from 255 or 37.45% from 550); Max value from RGB is 206 - color contains mainly: blue. Hex color #9ABECE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ABECE is #654131. Grayscale: #B4B4B4. Windows color (decimal): -6635826 or 13549210. OLE color: 13549210.

HSL color Cylindrical-coordinate representation of color #9ABECE: hue angle of 198.46º degrees, saturation: 0.35, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9ABECE is Cyan = 0.25, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 154 190 206 -
CMYK 0.25 0.08 0 0.19
HSL 198.46º 0.35% 0.71% -
HSV(B) 198.46º 0.25% 0.81% -
XYZ 42.88 48.15 65.43 -
YUV 181.06 142.07 108.7 -
System Red Green Blue C M Y K H S L
Decimal 154 190 206 0.25 0.08 0 0.19 198.46 0.35 0.71
Hex 9A BE CE 19 8 0 13 C6 23 47
Octal 232 276 316 31 10 0 23 306 43 107
Binary 10011010 10111110 11001110 11001 1000 0 10011 11000110 100011 1000111

Color Harmonies of #9ABECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ABECE

Black with #9ABECE

Text Example


Text Example

White with #9ABECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,190,206); }

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

background-color css

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

 a { background-color: rgb(154,190,206); }

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

border-color css

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

 span { border-color: rgb(154,190,206); }

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