Html Css Color HEX #9AC3D3 Regent St Blue

📋 copy color: '#9AC3D3'

red 154 ◦ green 195 ◦ blue 211

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

Shades of Regent St Blue #9AC3D3

Tints of Regent St Blue #9AC3D3

RGB

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

 GREEN value IS 195 (76.56% from 255) = 34.82%

 BLUE value IS 211 (82.81% from 255) = 37.68%

R = 27.5%
G = 34.82%
B = 37.68%

CMYK

 C value IS 0.27

 M value IS 0.08

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#9AC3D3 (or 0x9AC3D3) is known color: Regent St Blue. HEX triplet: 9A, C3 and D3. RGB value is (154,195,211). Sum of RGB (Red+Green+Blue) = 154+195+211=560 (74% of max value = 765). Red value is 154 (60.55% from 255 or 27.5% from 560); Green value is 195 (76.56% from 255 or 34.82% from 560); Blue value is 211 (82.81% from 255 or 37.68% from 560); Max value from RGB is 211 - color contains mainly: blue. Hex color #9AC3D3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9AC3D3 is #653C2C. Grayscale: #B8B8B8. Windows color (decimal): -6634541 or 13878170. OLE color: 13878170.

HSL color Cylindrical-coordinate representation of color #9AC3D3: hue angle of 196.84º degrees, saturation: 0.39, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9AC3D3 is Cyan = 0.27, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 154 195 211 -
CMYK 0.27 0.08 0 0.17
HSL 196.84º 0.39% 0.72% -
HSV(B) 196.84º 0.27% 0.83% -
XYZ 44.6 50.6 69.04 -
YUV 184.57 142.92 106.2 -
System Red Green Blue C M Y K H S L
Decimal 154 195 211 0.27 0.08 0 0.17 196.84 0.39 0.72
Hex 9A C3 D3 1B 8 0 11 C5 27 48
Octal 232 303 323 33 10 0 21 305 47 110
Binary 10011010 11000011 11010011 11011 1000 0 10001 11000101 100111 1001000

Color Harmonies of #9AC3D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AC3D3

Black with #9AC3D3

Text Example


Text Example

White with #9AC3D3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,195,211); }

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

background-color css

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

 a { background-color: rgb(154,195,211); }

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

border-color css

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

 span { border-color: rgb(154,195,211); }

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