Html Css Color HEX #9ACADB Regent St Blue

📋 copy color: '#9ACADB'

red 154 ◦ green 202 ◦ blue 219

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

Shades of Regent St Blue #9ACADB

Tints of Regent St Blue #9ACADB

RGB

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

 GREEN value IS 202 (79.3% from 255) = 35.13%

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

R = 26.78%
G = 35.13%
B = 38.09%

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

#9ACADB (or 0x9ACADB) is known color: Regent St Blue. HEX triplet: 9A, CA and DB. RGB value is (154,202,219). Sum of RGB (Red+Green+Blue) = 154+202+219=575 (76% of max value = 765). Red value is 154 (60.55% from 255 or 26.78% from 575); Green value is 202 (79.30% from 255 or 35.13% from 575); Blue value is 219 (85.94% from 255 or 38.09% from 575); Max value from RGB is 219 - color contains mainly: blue. Hex color #9ACADB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ACADB is #653524. Grayscale: #BDBDBD. Windows color (decimal): -6632741 or 14404250. OLE color: 14404250.

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

Color convert

RGB 154 202 219 -
CMYK 0.30 0.08 0 0.14
HSL 195.69º 0.47% 0.73% -
HSV(B) 195.69º 0.3% 0.86% -
XYZ 47.23 54.23 74.99 -
YUV 189.59 144.6 102.62 -
System Red Green Blue C M Y K H S L
Decimal 154 202 219 0.30 0.08 0 0.14 195.69 0.47 0.73
Hex 9A CA DB 1E 8 0 E C4 2F 49
Octal 232 312 333 36 10 0 16 304 57 111
Binary 10011010 11001010 11011011 11110 1000 0 1110 11000100 101111 1001001

Color Harmonies of #9ACADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ACADB

Black with #9ACADB

Text Example


Text Example

White with #9ACADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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