Html Css Color HEX #9ACCDA Regent St Blue

📋 copy color: '#9ACCDA'

red 154 ◦ green 204 ◦ blue 218

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

Shades of Regent St Blue #9ACCDA

Tints of Regent St Blue #9ACCDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 37.85%

R = 26.74%
G = 35.42%
B = 37.85%

CMYK

 C value IS 0.29

 M value IS 0.06

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#9ACCDA (or 0x9ACCDA) is known color: Regent St Blue. HEX triplet: 9A, CC and DA. RGB value is (154,204,218). Sum of RGB (Red+Green+Blue) = 154+204+218=576 (76% of max value = 765). Red value is 154 (60.55% from 255 or 26.74% from 576); Green value is 204 (80.08% from 255 or 35.42% from 576); Blue value is 218 (85.55% from 255 or 37.85% from 576); Max value from RGB is 218 - color contains mainly: blue. Hex color #9ACCDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ACCDA is #653325. Grayscale: #BEBEBE. Windows color (decimal): -6632230 or 14339226. OLE color: 14339226.

HSL color Cylindrical-coordinate representation of color #9ACCDA: hue angle of 193.12º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9ACCDA is Cyan = 0.29, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 154 204 218 -
CMYK 0.29 0.06 0 0.15
HSL 193.13º 0.46% 0.73% -
HSV(B) 193.13º 0.29% 0.85% -
XYZ 47.57 55.12 74.46 -
YUV 190.65 143.44 101.86 -
System Red Green Blue C M Y K H S L
Decimal 154 204 218 0.29 0.06 0 0.15 193.13 0.46 0.73
Hex 9A CC DA 1D 6 0 F C1 2E 49
Octal 232 314 332 35 6 0 17 301 56 111
Binary 10011010 11001100 11011010 11101 110 0 1111 11000001 101110 1001001

Color Harmonies of #9ACCDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ACCDA

Black with #9ACCDA

Text Example


Text Example

White with #9ACCDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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