Html Css Color HEX #9ACBDA Regent St Blue

📋 copy color: '#9ACBDA'

red 154 ◦ green 203 ◦ blue 218

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

Shades of Regent St Blue #9ACBDA

Tints of Regent St Blue #9ACBDA

RGB

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

 GREEN value IS 203 (79.69% from 255) = 35.3%

 BLUE value IS 218 (85.55% from 255) = 37.91%

R = 26.78%
G = 35.3%
B = 37.91%

CMYK

 C value IS 0.29

 M value IS 0.07

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#9ACBDA (or 0x9ACBDA) is known color: Regent St Blue. HEX triplet: 9A, CB and DA. RGB value is (154,203,218). Sum of RGB (Red+Green+Blue) = 154+203+218=575 (76% of max value = 765). Red value is 154 (60.55% from 255 or 26.78% from 575); Green value is 203 (79.69% from 255 or 35.30% from 575); Blue value is 218 (85.55% from 255 or 37.91% from 575); Max value from RGB is 218 - color contains mainly: blue. Hex color #9ACBDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ACBDA is #653425. Grayscale: #BDBDBD. Windows color (decimal): -6632486 or 14338970. OLE color: 14338970.

HSL color Cylindrical-coordinate representation of color #9ACBDA: hue angle of 194.06º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9ACBDA is Cyan = 0.29, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 154 203 218 -
CMYK 0.29 0.07 0 0.15
HSL 194.06º 0.46% 0.73% -
HSV(B) 194.06º 0.29% 0.85% -
XYZ 47.34 54.64 74.38 -
YUV 190.06 143.77 102.28 -
System Red Green Blue C M Y K H S L
Decimal 154 203 218 0.29 0.07 0 0.15 194.06 0.46 0.73
Hex 9A CB DA 1D 7 0 F C2 2E 49
Octal 232 313 332 35 7 0 17 302 56 111
Binary 10011010 11001011 11011010 11101 111 0 1111 11000010 101110 1001001

Color Harmonies of #9ACBDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ACBDA

Black with #9ACBDA

Text Example


Text Example

White with #9ACBDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,203,218); }

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

background-color css

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

 a { background-color: rgb(154,203,218); }

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

border-color css

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

 span { border-color: rgb(154,203,218); }

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