Html Css Color HEX #9AC9DB Regent St Blue

📋 copy color: '#9AC9DB'

red 154 ◦ green 201 ◦ blue 219

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

Shades of Regent St Blue #9AC9DB

Tints of Regent St Blue #9AC9DB

RGB

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

 GREEN value IS 201 (78.91% from 255) = 35.02%

 BLUE value IS 219 (85.94% from 255) = 38.15%

R = 26.83%
G = 35.02%
B = 38.15%

CMYK

 C value IS 0.30

 M value IS 0.08

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9AC9DB (or 0x9AC9DB) is known color: Regent St Blue. HEX triplet: 9A, C9 and DB. RGB value is (154,201,219). Sum of RGB (Red+Green+Blue) = 154+201+219=574 (76% of max value = 765). Red value is 154 (60.55% from 255 or 26.83% from 574); Green value is 201 (78.91% from 255 or 35.02% from 574); Blue value is 219 (85.94% from 255 or 38.15% from 574); Max value from RGB is 219 - color contains mainly: blue. Hex color #9AC9DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9AC9DB is #653624. Grayscale: #BCBCBC. Windows color (decimal): -6632997 or 14403994. OLE color: 14403994.

HSL color Cylindrical-coordinate representation of color #9AC9DB: hue angle of 196.62º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9AC9DB is Cyan = 0.30, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 154 201 219 -
CMYK 0.30 0.08 0 0.14
HSL 196.62º 0.47% 0.73% -
HSV(B) 196.62º 0.3% 0.86% -
XYZ 47 53.76 74.92 -
YUV 189 144.93 103.04 -
System Red Green Blue C M Y K H S L
Decimal 154 201 219 0.30 0.08 0 0.14 196.62 0.47 0.73
Hex 9A C9 DB 1E 8 0 E C5 2F 49
Octal 232 311 333 36 10 0 16 305 57 111
Binary 10011010 11001001 11011011 11110 1000 0 1110 11000101 101111 1001001

Color Harmonies of #9AC9DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AC9DB

Black with #9AC9DB

Text Example


Text Example

White with #9AC9DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,201,219); }

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

background-color css

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

 a { background-color: rgb(154,201,219); }

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

border-color css

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

 span { border-color: rgb(154,201,219); }

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