Html Css Color HEX #9ABFD6 Regent St Blue

📋 copy color: '#9ABFD6'

red 154 ◦ green 191 ◦ blue 214

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

Shades of Regent St Blue #9ABFD6

Tints of Regent St Blue #9ABFD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 38.28%

R = 27.55%
G = 34.17%
B = 38.28%

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

#9ABFD6 (or 0x9ABFD6) is known color: Regent St Blue. HEX triplet: 9A, BF and D6. RGB value is (154,191,214). Sum of RGB (Red+Green+Blue) = 154+191+214=559 (74% of max value = 765). Red value is 154 (60.55% from 255 or 27.55% from 559); Green value is 191 (75% from 255 or 34.17% from 559); Blue value is 214 (83.98% from 255 or 38.28% from 559); Max value from RGB is 214 - color contains mainly: blue. Hex color #9ABFD6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ABFD6 is #654029. Grayscale: #B6B6B6. Windows color (decimal): -6635562 or 14073754. OLE color: 14073754.

HSL color Cylindrical-coordinate representation of color #9ABFD6: hue angle of 203º degrees, saturation: 0.42, 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 #9ABFD6 is Cyan = 0.28, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 154 191 214 -
CMYK 0.28 0.11 0 0.16
HSL 203º 0.42% 0.72% -
HSV(B) 203º 0.28% 0.84% -
XYZ 44.09 48.99 70.75 -
YUV 182.56 145.74 107.63 -
System Red Green Blue C M Y K H S L
Decimal 154 191 214 0.28 0.11 0 0.16 203 0.42 0.72
Hex 9A BF D6 1C B 0 10 CB 2A 48
Octal 232 277 326 34 13 0 20 313 52 110
Binary 10011010 10111111 11010110 11100 1011 0 10000 11001011 101010 1001000

Color Harmonies of #9ABFD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ABFD6

Black with #9ABFD6

Text Example


Text Example

White with #9ABFD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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