Html Css Color HEX #9ABDD5 Regent St Blue

📋 copy color: '#9ABDD5'

red 154 ◦ green 189 ◦ blue 213

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

Shades of Regent St Blue #9ABDD5

Tints of Regent St Blue #9ABDD5

RGB

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

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

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

R = 27.7%
G = 33.99%
B = 38.31%

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

#9ABDD5 (or 0x9ABDD5) is known color: Regent St Blue. HEX triplet: 9A, BD and D5. RGB value is (154,189,213). Sum of RGB (Red+Green+Blue) = 154+189+213=556 (73% of max value = 765). Red value is 154 (60.55% from 255 or 27.70% from 556); Green value is 189 (74.22% from 255 or 33.99% from 556); Blue value is 213 (83.59% from 255 or 38.31% from 556); Max value from RGB is 213 - color contains mainly: blue. Hex color #9ABDD5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ABDD5 is #65422A. Grayscale: #B5B5B5. Windows color (decimal): -6636075 or 14007706. OLE color: 14007706.

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

Color convert

RGB 154 189 213 -
CMYK 0.28 0.11 0 0.16
HSL 204.41º 0.41% 0.72% -
HSV(B) 204.41º 0.28% 0.84% -
XYZ 43.53 48.07 69.93 -
YUV 181.27 145.9 108.55 -
System Red Green Blue C M Y K H S L
Decimal 154 189 213 0.28 0.11 0 0.16 204.41 0.41 0.72
Hex 9A BD D5 1C B 0 10 CC 29 48
Octal 232 275 325 34 13 0 20 314 51 110
Binary 10011010 10111101 11010101 11100 1011 0 10000 11001100 101001 1001000

Color Harmonies of #9ABDD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ABDD5

Black with #9ABDD5

Text Example


Text Example

White with #9ABDD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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