Html Css Color HEX #9ACCDE Regent St Blue

📋 copy color: '#9ACCDE'

red 154 ◦ green 204 ◦ blue 222

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

Shades of Regent St Blue #9ACCDE

Tints of Regent St Blue #9ACCDE

RGB

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

 GREEN value IS 204 (80.08% from 255) = 35.17%

 BLUE value IS 222 (87.11% from 255) = 38.28%

R = 26.55%
G = 35.17%
B = 38.28%

CMYK

 C value IS 0.31

 M value IS 0.08

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9ACCDE (or 0x9ACCDE) is known color: Regent St Blue. HEX triplet: 9A, CC and DE. RGB value is (154,204,222). Sum of RGB (Red+Green+Blue) = 154+204+222=580 (76% of max value = 765). Red value is 154 (60.55% from 255 or 26.55% from 580); Green value is 204 (80.08% from 255 or 35.17% from 580); Blue value is 222 (87.11% from 255 or 38.28% from 580); Max value from RGB is 222 - color contains mainly: blue. Hex color #9ACCDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ACCDE is #653321. Grayscale: #BEBEBE. Windows color (decimal): -6632226 or 14601370. OLE color: 14601370.

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

Color convert

RGB 154 204 222 -
CMYK 0.31 0.08 0 0.13
HSL 195.88º 0.51% 0.74% -
HSV(B) 195.88º 0.31% 0.87% -
XYZ 48.1 55.33 77.25 -
YUV 191.1 145.44 101.54 -
System Red Green Blue C M Y K H S L
Decimal 154 204 222 0.31 0.08 0 0.13 195.88 0.51 0.74
Hex 9A CC DE 1F 8 0 D C4 33 4A
Octal 232 314 336 37 10 0 15 304 63 112
Binary 10011010 11001100 11011110 11111 1000 0 1101 11000100 110011 1001010

Color Harmonies of #9ACCDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ACCDE

Black with #9ACCDE

Text Example


Text Example

White with #9ACCDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,204,222); }

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

background-color css

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

 a { background-color: rgb(154,204,222); }

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

border-color css

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

 span { border-color: rgb(154,204,222); }

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