Html Css Color HEX #9AC5CE Regent St Blue

📋 copy color: '#9AC5CE'

red 154 ◦ green 197 ◦ blue 206

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

Shades of Regent St Blue #9AC5CE

Tints of Regent St Blue #9AC5CE

RGB

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

 GREEN value IS 197 (77.34% from 255) = 35.37%

 BLUE value IS 206 (80.86% from 255) = 36.98%

R = 27.65%
G = 35.37%
B = 36.98%

CMYK

 C value IS 0.25

 M value IS 0.04

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9AC5CE (or 0x9AC5CE) is known color: Regent St Blue. HEX triplet: 9A, C5 and CE. RGB value is (154,197,206). Sum of RGB (Red+Green+Blue) = 154+197+206=557 (73% of max value = 765). Red value is 154 (60.55% from 255 or 27.65% from 557); Green value is 197 (77.34% from 255 or 35.37% from 557); Blue value is 206 (80.86% from 255 or 36.98% from 557); Max value from RGB is 206 - color contains mainly: blue. Hex color #9AC5CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9AC5CE is #653A31. Grayscale: #B9B9B9. Windows color (decimal): -6634034 or 13551002. OLE color: 13551002.

HSL color Cylindrical-coordinate representation of color #9AC5CE: hue angle of 190.38º degrees, saturation: 0.35, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9AC5CE is Cyan = 0.25, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 154 197 206 -
CMYK 0.25 0.04 0 0.19
HSL 190.38º 0.35% 0.71% -
HSV(B) 190.38º 0.25% 0.81% -
XYZ 44.43 51.26 65.94 -
YUV 185.17 139.75 105.77 -
System Red Green Blue C M Y K H S L
Decimal 154 197 206 0.25 0.04 0 0.19 190.38 0.35 0.71
Hex 9A C5 CE 19 4 0 13 BE 23 47
Octal 232 305 316 31 4 0 23 276 43 107
Binary 10011010 11000101 11001110 11001 100 0 10011 10111110 100011 1000111

Color Harmonies of #9AC5CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AC5CE

Black with #9AC5CE

Text Example


Text Example

White with #9AC5CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,197,206); }

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

background-color css

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

 a { background-color: rgb(154,197,206); }

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

border-color css

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

 span { border-color: rgb(154,197,206); }

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