Html Css Color HEX #9ABBD4 Regent St Blue

📋 copy color: '#9ABBD4'

red 154 ◦ green 187 ◦ blue 212

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

Shades of Regent St Blue #9ABBD4

Tints of Regent St Blue #9ABBD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 38.34%

R = 27.85%
G = 33.82%
B = 38.34%

CMYK

 C value IS 0.27

 M value IS 0.12

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#9ABBD4 (or 0x9ABBD4) is known color: Regent St Blue. HEX triplet: 9A, BB and D4. RGB value is (154,187,212). Sum of RGB (Red+Green+Blue) = 154+187+212=553 (73% of max value = 765). Red value is 154 (60.55% from 255 or 27.85% from 553); Green value is 187 (73.44% from 255 or 33.82% from 553); Blue value is 212 (83.20% from 255 or 38.34% from 553); Max value from RGB is 212 - color contains mainly: blue. Hex color #9ABBD4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ABBD4 is #65442B. Grayscale: #B3B3B3. Windows color (decimal): -6636588 or 13941658. OLE color: 13941658.

HSL color Cylindrical-coordinate representation of color #9ABBD4: hue angle of 205.86º degrees, saturation: 0.4, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9ABBD4 is Cyan = 0.27, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 154 187 212 -
CMYK 0.27 0.12 0 0.17
HSL 205.86º 0.4% 0.72% -
HSV(B) 205.86º 0.27% 0.83% -
XYZ 42.98 47.16 69.13 -
YUV 179.98 146.07 109.47 -
System Red Green Blue C M Y K H S L
Decimal 154 187 212 0.27 0.12 0 0.17 205.86 0.4 0.72
Hex 9A BB D4 1B C 0 11 CE 28 48
Octal 232 273 324 33 14 0 21 316 50 110
Binary 10011010 10111011 11010100 11011 1100 0 10001 11001110 101000 1001000

Color Harmonies of #9ABBD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ABBD4

Black with #9ABBD4

Text Example


Text Example

White with #9ABBD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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