Html Css Color HEX #9ABFD7 Regent St Blue

📋 copy color: '#9ABFD7'

red 154 ◦ green 191 ◦ blue 215

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

Shades of Regent St Blue #9ABFD7

Tints of Regent St Blue #9ABFD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 38.39%

R = 27.5%
G = 34.11%
B = 38.39%

CMYK

 C value IS 0.28

 M value IS 0.11

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#9ABFD7 (or 0x9ABFD7) is known color: Regent St Blue. HEX triplet: 9A, BF and D7. RGB value is (154,191,215). Sum of RGB (Red+Green+Blue) = 154+191+215=560 (74% of max value = 765). Red value is 154 (60.55% from 255 or 27.5% from 560); Green value is 191 (75% from 255 or 34.11% from 560); Blue value is 215 (84.38% from 255 or 38.39% from 560); Max value from RGB is 215 - color contains mainly: blue. Hex color #9ABFD7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ABFD7 is #654028. Grayscale: #B6B6B6. Windows color (decimal): -6635561 or 14139290. OLE color: 14139290.

HSL color Cylindrical-coordinate representation of color #9ABFD7: hue angle of 203.61º degrees, saturation: 0.43, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9ABFD7 is Cyan = 0.28, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 154 191 215 -
CMYK 0.28 0.11 0 0.16
HSL 203.61º 0.43% 0.72% -
HSV(B) 203.61º 0.28% 0.84% -
XYZ 44.22 49.04 71.42 -
YUV 182.67 146.24 107.55 -
System Red Green Blue C M Y K H S L
Decimal 154 191 215 0.28 0.11 0 0.16 203.61 0.43 0.72
Hex 9A BF D7 1C B 0 10 CC 2B 48
Octal 232 277 327 34 13 0 20 314 53 110
Binary 10011010 10111111 11010111 11100 1011 0 10000 11001100 101011 1001000

Color Harmonies of #9ABFD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ABFD7

Black with #9ABFD7

Text Example


Text Example

White with #9ABFD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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