Html Css Color HEX #9ACDD5 Regent St Blue

📋 copy color: '#9ACDD5'

red 154 ◦ green 205 ◦ blue 213

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

Shades of Regent St Blue #9ACDD5

Tints of Regent St Blue #9ACDD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 37.24%

R = 26.92%
G = 35.84%
B = 37.24%

CMYK

 C value IS 0.28

 M value IS 0.04

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#9ACDD5 (or 0x9ACDD5) is known color: Regent St Blue. HEX triplet: 9A, CD and D5. RGB value is (154,205,213). Sum of RGB (Red+Green+Blue) = 154+205+213=572 (75% of max value = 765). Red value is 154 (60.55% from 255 or 26.92% from 572); Green value is 205 (80.47% from 255 or 35.84% from 572); Blue value is 213 (83.59% from 255 or 37.24% from 572); Max value from RGB is 213 - color contains mainly: blue. Hex color #9ACDD5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ACDD5 is #65322A. Grayscale: #BEBEBE. Windows color (decimal): -6631979 or 14011802. OLE color: 14011802.

HSL color Cylindrical-coordinate representation of color #9ACDD5: hue angle of 188.14º degrees, saturation: 0.41, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9ACDD5 is Cyan = 0.28, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 154 205 213 -
CMYK 0.28 0.04 0 0.16
HSL 188.14º 0.41% 0.72% -
HSV(B) 188.14º 0.28% 0.84% -
XYZ 47.17 55.34 71.15 -
YUV 190.66 140.6 101.85 -
System Red Green Blue C M Y K H S L
Decimal 154 205 213 0.28 0.04 0 0.16 188.14 0.41 0.72
Hex 9A CD D5 1C 4 0 10 BC 29 48
Octal 232 315 325 34 4 0 20 274 51 110
Binary 10011010 11001101 11010101 11100 100 0 10000 10111100 101001 1001000

Color Harmonies of #9ACDD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ACDD5

Black with #9ACDD5

Text Example


Text Example

White with #9ACDD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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