Html Css Color HEX #9ACCDF Regent St Blue

📋 copy color: '#9ACCDF'

red 154 ◦ green 204 ◦ blue 223

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

Shades of Regent St Blue #9ACCDF

Tints of Regent St Blue #9ACCDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 38.38%

R = 26.51%
G = 35.11%
B = 38.38%

CMYK

 C value IS 0.31

 M value IS 0.09

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9ACCDF (or 0x9ACCDF) is known color: Regent St Blue. HEX triplet: 9A, CC and DF. RGB value is (154,204,223). Sum of RGB (Red+Green+Blue) = 154+204+223=581 (76% of max value = 765). Red value is 154 (60.55% from 255 or 26.51% from 581); Green value is 204 (80.08% from 255 or 35.11% from 581); Blue value is 223 (87.5% from 255 or 38.38% from 581); Max value from RGB is 223 - color contains mainly: blue. Hex color #9ACCDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ACCDF is #653320. Grayscale: #BFBFBF. Windows color (decimal): -6632225 or 14666906. OLE color: 14666906.

HSL color Cylindrical-coordinate representation of color #9ACCDF: hue angle of 196.52º degrees, saturation: 0.52, 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 #9ACCDF is Cyan = 0.31, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 154 204 223 -
CMYK 0.31 0.09 0 0.13
HSL 196.52º 0.52% 0.74% -
HSV(B) 196.52º 0.31% 0.87% -
XYZ 48.24 55.38 77.96 -
YUV 191.22 145.94 101.46 -
System Red Green Blue C M Y K H S L
Decimal 154 204 223 0.31 0.09 0 0.13 196.52 0.52 0.74
Hex 9A CC DF 1F 9 0 D C5 34 4A
Octal 232 314 337 37 11 0 15 305 64 112
Binary 10011010 11001100 11011111 11111 1001 0 1101 11000101 110100 1001010

Color Harmonies of #9ACCDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ACCDF

Black with #9ACCDF

Text Example


Text Example

White with #9ACCDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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