Html Css Color HEX #9ACADF Regent St Blue

📋 copy color: '#9ACADF'

red 154 ◦ green 202 ◦ blue 223

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

Shades of Regent St Blue #9ACADF

Tints of Regent St Blue #9ACADF

RGB

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

 GREEN value IS 202 (79.3% from 255) = 34.89%

 BLUE value IS 223 (87.5% from 255) = 38.51%

R = 26.6%
G = 34.89%
B = 38.51%

CMYK

 C value IS 0.31

 M value IS 0.09

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9ACADF (or 0x9ACADF) is known color: Regent St Blue. HEX triplet: 9A, CA and DF. RGB value is (154,202,223). Sum of RGB (Red+Green+Blue) = 154+202+223=579 (76% of max value = 765). Red value is 154 (60.55% from 255 or 26.60% from 579); Green value is 202 (79.30% from 255 or 34.89% from 579); Blue value is 223 (87.5% from 255 or 38.51% from 579); Max value from RGB is 223 - color contains mainly: blue. Hex color #9ACADF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ACADF is #653520. Grayscale: #BDBDBD. Windows color (decimal): -6632737 or 14666394. OLE color: 14666394.

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

Color convert

RGB 154 202 223 -
CMYK 0.31 0.09 0 0.13
HSL 198.26º 0.52% 0.74% -
HSV(B) 198.26º 0.31% 0.87% -
XYZ 47.77 54.44 77.8 -
YUV 190.04 146.6 102.29 -
System Red Green Blue C M Y K H S L
Decimal 154 202 223 0.31 0.09 0 0.13 198.26 0.52 0.74
Hex 9A CA DF 1F 9 0 D C6 34 4A
Octal 232 312 337 37 11 0 15 306 64 112
Binary 10011010 11001010 11011111 11111 1001 0 1101 11000110 110100 1001010

Color Harmonies of #9ACADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ACADF

Black with #9ACADF

Text Example


Text Example

White with #9ACADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,202,223); }

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

background-color css

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

 a { background-color: rgb(154,202,223); }

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

border-color css

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

 span { border-color: rgb(154,202,223); }

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