Html Css Color HEX #9ACBDD Regent St Blue

📋 copy color: '#9ACBDD'

red 154 ◦ green 203 ◦ blue 221

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

Shades of Regent St Blue #9ACBDD

Tints of Regent St Blue #9ACBDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 38.24%

R = 26.64%
G = 35.12%
B = 38.24%

CMYK

 C value IS 0.30

 M value IS 0.08

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9ACBDD (or 0x9ACBDD) is known color: Regent St Blue. HEX triplet: 9A, CB and DD. RGB value is (154,203,221). Sum of RGB (Red+Green+Blue) = 154+203+221=578 (76% of max value = 765). Red value is 154 (60.55% from 255 or 26.64% from 578); Green value is 203 (79.69% from 255 or 35.12% from 578); Blue value is 221 (86.72% from 255 or 38.24% from 578); Max value from RGB is 221 - color contains mainly: blue. Hex color #9ACBDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ACBDD is #653422. Grayscale: #BEBEBE. Windows color (decimal): -6632483 or 14535578. OLE color: 14535578.

HSL color Cylindrical-coordinate representation of color #9ACBDD: hue angle of 196.12º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9ACBDD is Cyan = 0.30, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 154 203 221 -
CMYK 0.30 0.08 0 0.13
HSL 196.12º 0.5% 0.74% -
HSV(B) 196.12º 0.3% 0.87% -
XYZ 47.73 54.8 76.47 -
YUV 190.4 145.27 102.04 -
System Red Green Blue C M Y K H S L
Decimal 154 203 221 0.30 0.08 0 0.13 196.12 0.5 0.74
Hex 9A CB DD 1E 8 0 D C4 32 4A
Octal 232 313 335 36 10 0 15 304 62 112
Binary 10011010 11001011 11011101 11110 1000 0 1101 11000100 110010 1001010

Color Harmonies of #9ACBDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ACBDD

Black with #9ACBDD

Text Example


Text Example

White with #9ACBDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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