Html Css Color HEX #9ABDD6 Regent St Blue

📋 copy color: '#9ABDD6'

red 154 ◦ green 189 ◦ blue 214

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

Shades of Regent St Blue #9ABDD6

Tints of Regent St Blue #9ABDD6

RGB

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

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

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

R = 27.65%
G = 33.93%
B = 38.42%

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

#9ABDD6 (or 0x9ABDD6) is known color: Regent St Blue. HEX triplet: 9A, BD and D6. RGB value is (154,189,214). Sum of RGB (Red+Green+Blue) = 154+189+214=557 (73% of max value = 765). Red value is 154 (60.55% from 255 or 27.65% from 557); Green value is 189 (74.22% from 255 or 33.93% from 557); Blue value is 214 (83.98% from 255 or 38.42% from 557); Max value from RGB is 214 - color contains mainly: blue. Hex color #9ABDD6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ABDD6 is #654229. Grayscale: #B5B5B5. Windows color (decimal): -6636074 or 14073242. OLE color: 14073242.

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

Color convert

RGB 154 189 214 -
CMYK 0.28 0.12 0 0.16
HSL 205º 0.42% 0.72% -
HSV(B) 205º 0.28% 0.84% -
XYZ 43.66 48.12 70.61 -
YUV 181.39 146.4 108.47 -
System Red Green Blue C M Y K H S L
Decimal 154 189 214 0.28 0.12 0 0.16 205 0.42 0.72
Hex 9A BD D6 1C C 0 10 CD 2A 48
Octal 232 275 326 34 14 0 20 315 52 110
Binary 10011010 10111101 11010110 11100 1100 0 10000 11001101 101010 1001000

Color Harmonies of #9ABDD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ABDD6

Black with #9ABDD6

Text Example


Text Example

White with #9ABDD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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