Html Css Color HEX #9ACBDB Regent St Blue

📋 copy color: '#9ACBDB'

red 154 ◦ green 203 ◦ blue 219

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

Shades of Regent St Blue #9ACBDB

Tints of Regent St Blue #9ACBDB

RGB

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

 GREEN value IS 203 (79.69% from 255) = 35.24%

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

R = 26.74%
G = 35.24%
B = 38.02%

CMYK

 C value IS 0.30

 M value IS 0.07

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9ACBDB (or 0x9ACBDB) is known color: Regent St Blue. HEX triplet: 9A, CB and DB. RGB value is (154,203,219). Sum of RGB (Red+Green+Blue) = 154+203+219=576 (76% of max value = 765). Red value is 154 (60.55% from 255 or 26.74% from 576); Green value is 203 (79.69% from 255 or 35.24% from 576); Blue value is 219 (85.94% from 255 or 38.02% from 576); Max value from RGB is 219 - color contains mainly: blue. Hex color #9ACBDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ACBDB is #653424. Grayscale: #BEBEBE. Windows color (decimal): -6632485 or 14404506. OLE color: 14404506.

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

Color convert

RGB 154 203 219 -
CMYK 0.30 0.07 0 0.14
HSL 194.77º 0.47% 0.73% -
HSV(B) 194.77º 0.3% 0.86% -
XYZ 47.47 54.7 75.07 -
YUV 190.17 144.27 102.2 -
System Red Green Blue C M Y K H S L
Decimal 154 203 219 0.30 0.07 0 0.14 194.77 0.47 0.73
Hex 9A CB DB 1E 7 0 E C3 2F 49
Octal 232 313 333 36 7 0 16 303 57 111
Binary 10011010 11001011 11011011 11110 111 0 1110 11000011 101111 1001001

Color Harmonies of #9ACBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ACBDB

Black with #9ACBDB

Text Example


Text Example

White with #9ACBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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