Html Css Color HEX #9AC3DB Regent St Blue

📋 copy color: '#9AC3DB'

red 154 ◦ green 195 ◦ blue 219

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

Shades of Regent St Blue #9AC3DB

Tints of Regent St Blue #9AC3DB

RGB

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

 GREEN value IS 195 (76.56% from 255) = 34.33%

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

R = 27.11%
G = 34.33%
B = 38.56%

CMYK

 C value IS 0.30

 M value IS 0.11

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9AC3DB (or 0x9AC3DB) is known color: Regent St Blue. HEX triplet: 9A, C3 and DB. RGB value is (154,195,219). Sum of RGB (Red+Green+Blue) = 154+195+219=568 (75% of max value = 765). Red value is 154 (60.55% from 255 or 27.11% from 568); Green value is 195 (76.56% from 255 or 34.33% from 568); Blue value is 219 (85.94% from 255 or 38.56% from 568); Max value from RGB is 219 - color contains mainly: blue. Hex color #9AC3DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9AC3DB is #653C24. Grayscale: #B9B9B9. Windows color (decimal): -6634533 or 14402458. OLE color: 14402458.

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

Color convert

RGB 154 195 219 -
CMYK 0.30 0.11 0 0.14
HSL 202.15º 0.47% 0.73% -
HSV(B) 202.15º 0.3% 0.86% -
XYZ 45.63 51.01 74.46 -
YUV 185.48 146.92 105.55 -
System Red Green Blue C M Y K H S L
Decimal 154 195 219 0.30 0.11 0 0.14 202.15 0.47 0.73
Hex 9A C3 DB 1E B 0 E CA 2F 49
Octal 232 303 333 36 13 0 16 312 57 111
Binary 10011010 11000011 11011011 11110 1011 0 1110 11001010 101111 1001001

Color Harmonies of #9AC3DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AC3DB

Black with #9AC3DB

Text Example


Text Example

White with #9AC3DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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