Html Css Color HEX #9ABFC7 Regent St Blue

📋 copy color: '#9ABFC7'

red 154 ◦ green 191 ◦ blue 199

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

Shades of Regent St Blue #9ABFC7

Tints of Regent St Blue #9ABFC7

RGB

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

 GREEN value IS 191 (75% from 255) = 35.11%

 BLUE value IS 199 (78.13% from 255) = 36.58%

R = 28.31%
G = 35.11%
B = 36.58%

CMYK

 C value IS 0.23

 M value IS 0.04

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#9ABFC7 (or 0x9ABFC7) is known color: Regent St Blue. HEX triplet: 9A, BF and C7. RGB value is (154,191,199). Sum of RGB (Red+Green+Blue) = 154+191+199=544 (72% of max value = 765). Red value is 154 (60.55% from 255 or 28.31% from 544); Green value is 191 (75% from 255 or 35.11% from 544); Blue value is 199 (78.12% from 255 or 36.58% from 544); Max value from RGB is 199 - color contains mainly: blue. Hex color #9ABFC7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ABFC7 is #654038. Grayscale: #B4B4B4. Windows color (decimal): -6635577 or 13090714. OLE color: 13090714.

HSL color Cylindrical-coordinate representation of color #9ABFC7: hue angle of 190.67º degrees, saturation: 0.29, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9ABFC7 is Cyan = 0.23, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 154 191 199 -
CMYK 0.23 0.04 0 0.22
HSL 190.67º 0.29% 0.69% -
HSV(B) 190.67º 0.23% 0.78% -
XYZ 42.27 48.26 61.12 -
YUV 180.85 138.24 108.85 -
System Red Green Blue C M Y K H S L
Decimal 154 191 199 0.23 0.04 0 0.22 190.67 0.29 0.69
Hex 9A BF C7 17 4 0 16 BF 1D 45
Octal 232 277 307 27 4 0 26 277 35 105
Binary 10011010 10111111 11000111 10111 100 0 10110 10111111 11101 1000101

Color Harmonies of #9ABFC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ABFC7

Black with #9ABFC7

Text Example


Text Example

White with #9ABFC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,191,199); }

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

background-color css

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

 a { background-color: rgb(154,191,199); }

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

border-color css

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

 span { border-color: rgb(154,191,199); }

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