Html Css Color HEX #9ABFD1 Regent St Blue

📋 copy color: '#9ABFD1'

red 154 ◦ green 191 ◦ blue 209

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

Shades of Regent St Blue #9ABFD1

Tints of Regent St Blue #9ABFD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 37.73%

R = 27.8%
G = 34.48%
B = 37.73%

CMYK

 C value IS 0.26

 M value IS 0.09

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#9ABFD1 (or 0x9ABFD1) is known color: Regent St Blue. HEX triplet: 9A, BF and D1. RGB value is (154,191,209). Sum of RGB (Red+Green+Blue) = 154+191+209=554 (73% of max value = 765). Red value is 154 (60.55% from 255 or 27.80% from 554); Green value is 191 (75% from 255 or 34.48% from 554); Blue value is 209 (82.03% from 255 or 37.73% from 554); Max value from RGB is 209 - color contains mainly: blue. Hex color #9ABFD1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ABFD1 is #65402E. Grayscale: #B5B5B5. Windows color (decimal): -6635567 or 13746074. OLE color: 13746074.

HSL color Cylindrical-coordinate representation of color #9ABFD1: hue angle of 199.64º degrees, saturation: 0.37, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9ABFD1 is Cyan = 0.26, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 154 191 209 -
CMYK 0.26 0.09 0 0.18
HSL 199.64º 0.37% 0.71% -
HSV(B) 199.64º 0.26% 0.82% -
XYZ 43.47 48.74 67.44 -
YUV 181.99 143.24 108.04 -
System Red Green Blue C M Y K H S L
Decimal 154 191 209 0.26 0.09 0 0.18 199.64 0.37 0.71
Hex 9A BF D1 1A 9 0 12 C8 25 47
Octal 232 277 321 32 11 0 22 310 45 107
Binary 10011010 10111111 11010001 11010 1001 0 10010 11001000 100101 1000111

Color Harmonies of #9ABFD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ABFD1

Black with #9ABFD1

Text Example


Text Example

White with #9ABFD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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