Html Css Color HEX #8ACCCF Morning Glory

📋 copy color: '#8ACCCF'

red 138 ◦ green 204 ◦ blue 207

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

Shades of Morning Glory #8ACCCF

Tints of Morning Glory #8ACCCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 37.7%

R = 25.14%
G = 37.16%
B = 37.7%

CMYK

 C value IS 0.33

 M value IS 0.01

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8ACCCF (or 0x8ACCCF) is known color: Morning Glory. HEX triplet: 8A, CC and CF. RGB value is (138,204,207). Sum of RGB (Red+Green+Blue) = 138+204+207=549 (72% of max value = 765). Red value is 138 (54.30% from 255 or 25.14% from 549); Green value is 204 (80.08% from 255 or 37.16% from 549); Blue value is 207 (81.25% from 255 or 37.70% from 549); Max value from RGB is 207 - color contains mainly: blue. Hex color #8ACCCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ACCCF is #753330. Grayscale: #B8B8B8. Windows color (decimal): -7680817 or 13618314. OLE color: 13618314.

HSL color Cylindrical-coordinate representation of color #8ACCCF: hue angle of 182.61º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8ACCCF is Cyan = 0.33, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 138 204 207 -
CMYK 0.33 0.01 0 0.19
HSL 182.61º 0.42% 0.68% -
HSV(B) 182.61º 0.33% 0.81% -
XYZ 43.34 53.09 67 -
YUV 184.61 140.63 94.76 -
System Red Green Blue C M Y K H S L
Decimal 138 204 207 0.33 0.01 0 0.19 182.61 0.42 0.68
Hex 8A CC CF 21 1 0 13 B7 2A 44
Octal 212 314 317 41 1 0 23 267 52 104
Binary 10001010 11001100 11001111 100001 1 0 10011 10110111 101010 1000100

Color Harmonies of #8ACCCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ACCCF

Black with #8ACCCF

Text Example


Text Example

White with #8ACCCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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