Html Css Color HEX #8ACCCD Morning Glory

📋 copy color: '#8ACCCD'

red 138 ◦ green 204 ◦ blue 205

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

Shades of Morning Glory #8ACCCD

Tints of Morning Glory #8ACCCD

RGB

 RED value IS 138 (54.3% from 255) = 25.23%

 GREEN value IS 204 (80.08% from 255) = 37.29%

 BLUE value IS 205 (80.47% from 255) = 37.48%

R = 25.23%
G = 37.29%
B = 37.48%

CMYK

 C value IS 0.33

 M value IS 0.00

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8ACCCD (or 0x8ACCCD) is known color: Morning Glory. HEX triplet: 8A, CC and CD. RGB value is (138,204,205). Sum of RGB (Red+Green+Blue) = 138+204+205=547 (72% of max value = 765). Red value is 138 (54.30% from 255 or 25.23% from 547); Green value is 204 (80.08% from 255 or 37.29% from 547); Blue value is 205 (80.47% from 255 or 37.48% from 547); Max value from RGB is 205 - color contains mainly: blue. Hex color #8ACCCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ACCCD is #753332. Grayscale: #B8B8B8. Windows color (decimal): -7680819 or 13487242. OLE color: 13487242.

HSL color Cylindrical-coordinate representation of color #8ACCCD: hue angle of 180.9º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8ACCCD is Cyan = 0.33, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 138 204 205 -
CMYK 0.33 0.00 0 0.20
HSL 180.9º 0.4% 0.67% -
HSV(B) 180.9º 0.33% 0.8% -
XYZ 43.09 53 65.72 -
YUV 184.38 139.63 94.92 -
System Red Green Blue C M Y K H S L
Decimal 138 204 205 0.33 0.00 0 0.20 180.9 0.4 0.67
Hex 8A CC CD 21 0 0 14 B5 28 43
Octal 212 314 315 41 0 0 24 265 50 103
Binary 10001010 11001100 11001101 100001 0 0 10100 10110101 101000 1000011

Color Harmonies of #8ACCCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ACCCD

Black with #8ACCCD

Text Example


Text Example

White with #8ACCCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8ACCCD; }

 p { color: rgb(138,204,205); }

 H1.HeaderClassName
 {
   color: #8ACCCD;
 }
 .AnyTagClassName
 {
   color: #8ACCCD;
 }
</style>

background-color css

<style>
 a { background-color: #8ACCCD; }

 a { background-color: rgb(138,204,205); }

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

border-color css

<style>
 span { border-color: #8ACCCD; }

 span { border-color: rgb(138,204,205); }

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