Html Css Color HEX #9ABBD5 Regent St Blue

📋 copy color: '#9ABBD5'

red 154 ◦ green 187 ◦ blue 213

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

Shades of Regent St Blue #9ABBD5

Tints of Regent St Blue #9ABBD5

RGB

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

 GREEN value IS 187 (73.44% from 255) = 33.75%

 BLUE value IS 213 (83.59% from 255) = 38.45%

R = 27.8%
G = 33.75%
B = 38.45%

CMYK

 C value IS 0.28

 M value IS 0.12

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#9ABBD5 (or 0x9ABBD5) is known color: Regent St Blue. HEX triplet: 9A, BB and D5. RGB value is (154,187,213). Sum of RGB (Red+Green+Blue) = 154+187+213=554 (73% of max value = 765). Red value is 154 (60.55% from 255 or 27.80% from 554); Green value is 187 (73.44% from 255 or 33.75% from 554); Blue value is 213 (83.59% from 255 or 38.45% from 554); Max value from RGB is 213 - color contains mainly: blue. Hex color #9ABBD5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ABBD5 is #65442A. Grayscale: #B3B3B3. Windows color (decimal): -6636587 or 14007194. OLE color: 14007194.

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

Color convert

RGB 154 187 213 -
CMYK 0.28 0.12 0 0.16
HSL 206.44º 0.41% 0.72% -
HSV(B) 206.44º 0.28% 0.84% -
XYZ 43.11 47.21 69.79 -
YUV 180.1 146.57 109.39 -
System Red Green Blue C M Y K H S L
Decimal 154 187 213 0.28 0.12 0 0.16 206.44 0.41 0.72
Hex 9A BB D5 1C C 0 10 CE 29 48
Octal 232 273 325 34 14 0 20 316 51 110
Binary 10011010 10111011 11010101 11100 1100 0 10000 11001110 101001 1001000

Color Harmonies of #9ABBD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ABBD5

Black with #9ABBD5

Text Example


Text Example

White with #9ABBD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,187,213); }

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

background-color css

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

 a { background-color: rgb(154,187,213); }

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

border-color css

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

 span { border-color: rgb(154,187,213); }

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