Html Css Color HEX #9ACBD0 Morning Glory

📋 copy color: '#9ACBD0'

red 154 ◦ green 203 ◦ blue 208

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

Shades of Morning Glory #9ACBD0

Tints of Morning Glory #9ACBD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 36.81%

R = 27.26%
G = 35.93%
B = 36.81%

CMYK

 C value IS 0.26

 M value IS 0.02

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#9ACBD0 (or 0x9ACBD0) is known color: Morning Glory. HEX triplet: 9A, CB and D0. RGB value is (154,203,208). Sum of RGB (Red+Green+Blue) = 154+203+208=565 (74% of max value = 765). Red value is 154 (60.55% from 255 or 27.26% from 565); Green value is 203 (79.69% from 255 or 35.93% from 565); Blue value is 208 (81.64% from 255 or 36.81% from 565); Max value from RGB is 208 - color contains mainly: blue. Hex color #9ACBD0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ACBD0 is #65342F. Grayscale: #BCBCBC. Windows color (decimal): -6632496 or 13683610. OLE color: 13683610.

HSL color Cylindrical-coordinate representation of color #9ACBD0: hue angle of 185.56º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9ACBD0 is Cyan = 0.26, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 154 203 208 -
CMYK 0.26 0.02 0 0.18
HSL 185.56º 0.36% 0.71% -
HSV(B) 185.56º 0.26% 0.82% -
XYZ 46.07 54.14 67.7 -
YUV 188.92 138.77 103.09 -
System Red Green Blue C M Y K H S L
Decimal 154 203 208 0.26 0.02 0 0.18 185.56 0.36 0.71
Hex 9A CB D0 1A 2 0 12 BA 24 47
Octal 232 313 320 32 2 0 22 272 44 107
Binary 10011010 11001011 11010000 11010 10 0 10010 10111010 100100 1000111

Color Harmonies of #9ACBD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ACBD0

Black with #9ACBD0

Text Example


Text Example

White with #9ACBD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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