#9ABFCE

Color #9ABFCE Regent St Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Regent St Blue #9ABFCE

Tints of Regent St Blue #9ABFCE

Color information

#9ABFCE (or 0x9ABFCE) is unknown color: approx Regent St Blue. HEX triplet: 9A, BF and CE. RGB value is (154,191,206). Sum of RGB (Red+Green+Blue) = 154+191+206=551 (72% of max value = 765). Red value is 154 (60.55% from 255 or 27.95% from 551); Green value is 191 (75% from 255 or 34.66% from 551); Blue value is 206 (80.86% from 255 or 37.39% from 551); Max value from RGB is 206 - color contains mainly: blue. Hex color #9ABFCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ABFCE is #654031. Grayscale: #B5B5B5. Windows color (decimal): -6635570 or 13549466. OLE color: 13549466.

HSL color Cylindrical-coordinate representation of color #9ABFCE: hue angle of 197.31º 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 #9ABFCE is Cyan = 0.25, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB154191206-
CMYK0.250.0700.19
HSL197.31º34.67%70.59%-
HSV(B)197.31º25.24%80.78%-
XYZ43.148.5965.5-
YUV181.65141.74108.28-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 27.95%
GREEN value IS 191 (75% from 255) = 34.66%
BLUE value IS 206 (80.86% from 255) = 37.39%
R=27.95%
G=34.66%
B=37.39%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1541912060.250.0700.19197.3134.6770.59
Hex9ABFCE197013c52347
Octal23227731631702330543107
Binary10011010101111111100111011001111010011110001011000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ABFCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9ABFCE;
 }
 .AnyTagClassName
 {
   color: #9ABFCE;
 }
</style>
background-color css

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

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

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

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

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

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