Html Css Color HEX #9ACDDE Regent St Blue

📋 copy color: '#9ACDDE'

red 154 ◦ green 205 ◦ blue 222

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

Shades of Regent St Blue #9ACDDE

Tints of Regent St Blue #9ACDDE

RGB

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

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

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

R = 26.51%
G = 35.28%
B = 38.21%

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

#9ACDDE (or 0x9ACDDE) is known color: Regent St Blue. HEX triplet: 9A, CD and DE. RGB value is (154,205,222). Sum of RGB (Red+Green+Blue) = 154+205+222=581 (76% of max value = 765). Red value is 154 (60.55% from 255 or 26.51% from 581); Green value is 205 (80.47% from 255 or 35.28% from 581); Blue value is 222 (87.11% from 255 or 38.21% from 581); Max value from RGB is 222 - color contains mainly: blue. Hex color #9ACDDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ACDDE is #653221. Grayscale: #BFBFBF. Windows color (decimal): -6631970 or 14601626. OLE color: 14601626.

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

Color convert

RGB 154 205 222 -
CMYK 0.31 0.08 0 0.13
HSL 195º 0.51% 0.74% -
HSV(B) 195º 0.31% 0.87% -
XYZ 48.34 55.81 77.33 -
YUV 191.69 145.1 101.12 -
System Red Green Blue C M Y K H S L
Decimal 154 205 222 0.31 0.08 0 0.13 195 0.51 0.74
Hex 9A CD DE 1F 8 0 D C3 33 4A
Octal 232 315 336 37 10 0 15 303 63 112
Binary 10011010 11001101 11011110 11111 1000 0 1101 11000011 110011 1001010

Color Harmonies of #9ACDDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ACDDE

Black with #9ACDDE

Text Example


Text Example

White with #9ACDDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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