Html Css Color HEX #9ACDDB Regent St Blue

📋 copy color: '#9ACDDB'

red 154 ◦ green 205 ◦ blue 219

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

Shades of Regent St Blue #9ACDDB

Tints of Regent St Blue #9ACDDB

RGB

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

 GREEN value IS 205 (80.47% from 255) = 35.47%

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

R = 26.64%
G = 35.47%
B = 37.89%

CMYK

 C value IS 0.30

 M value IS 0.06

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9ACDDB (or 0x9ACDDB) is known color: Regent St Blue. HEX triplet: 9A, CD and DB. RGB value is (154,205,219). Sum of RGB (Red+Green+Blue) = 154+205+219=578 (76% of max value = 765). Red value is 154 (60.55% from 255 or 26.64% from 578); Green value is 205 (80.47% from 255 or 35.47% from 578); Blue value is 219 (85.94% from 255 or 37.89% from 578); Max value from RGB is 219 - color contains mainly: blue. Hex color #9ACDDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ACDDB is #653224. Grayscale: #BFBFBF. Windows color (decimal): -6631973 or 14405018. OLE color: 14405018.

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

Color convert

RGB 154 205 219 -
CMYK 0.30 0.06 0 0.14
HSL 192.92º 0.47% 0.73% -
HSV(B) 192.92º 0.3% 0.86% -
XYZ 47.94 55.65 75.23 -
YUV 191.35 143.6 101.36 -
System Red Green Blue C M Y K H S L
Decimal 154 205 219 0.30 0.06 0 0.14 192.92 0.47 0.73
Hex 9A CD DB 1E 6 0 E C1 2F 49
Octal 232 315 333 36 6 0 16 301 57 111
Binary 10011010 11001101 11011011 11110 110 0 1110 11000001 101111 1001001

Color Harmonies of #9ACDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ACDDB

Black with #9ACDDB

Text Example


Text Example

White with #9ACDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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