Html Css Color HEX #9ABDD7 Regent St Blue

📋 copy color: '#9ABDD7'

red 154 ◦ green 189 ◦ blue 215

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

Shades of Regent St Blue #9ABDD7

Tints of Regent St Blue #9ABDD7

RGB

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

 GREEN value IS 189 (74.22% from 255) = 33.87%

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

R = 27.6%
G = 33.87%
B = 38.53%

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

#9ABDD7 (or 0x9ABDD7) is known color: Regent St Blue. HEX triplet: 9A, BD and D7. RGB value is (154,189,215). Sum of RGB (Red+Green+Blue) = 154+189+215=558 (73% of max value = 765). Red value is 154 (60.55% from 255 or 27.60% from 558); Green value is 189 (74.22% from 255 or 33.87% from 558); Blue value is 215 (84.38% from 255 or 38.53% from 558); Max value from RGB is 215 - color contains mainly: blue. Hex color #9ABDD7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ABDD7 is #654228. Grayscale: #B5B5B5. Windows color (decimal): -6636073 or 14138778. OLE color: 14138778.

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

Color convert

RGB 154 189 215 -
CMYK 0.28 0.12 0 0.16
HSL 205.57º 0.43% 0.72% -
HSV(B) 205.57º 0.28% 0.84% -
XYZ 43.79 48.17 71.28 -
YUV 181.5 146.9 108.39 -
System Red Green Blue C M Y K H S L
Decimal 154 189 215 0.28 0.12 0 0.16 205.57 0.43 0.72
Hex 9A BD D7 1C C 0 10 CE 2B 48
Octal 232 275 327 34 14 0 20 316 53 110
Binary 10011010 10111101 11010111 11100 1100 0 10000 11001110 101011 1001000

Color Harmonies of #9ABDD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ABDD7

Black with #9ABDD7

Text Example


Text Example

White with #9ABDD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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