Html Css Color HEX #A8CCCF Morning Glory

📋 copy color: '#A8CCCF'

red 168 ◦ green 204 ◦ blue 207

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

Shades of Morning Glory #A8CCCF

Tints of Morning Glory #A8CCCF

RGB

 RED value IS 168 (66.02% from 255) = 29.02%

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

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

R = 29.02%
G = 35.23%
B = 35.75%

CMYK

 C value IS 0.19

 M value IS 0.01

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A8CCCF (or 0xA8CCCF) is known color: Morning Glory. HEX triplet: A8, CC and CF. RGB value is (168,204,207). Sum of RGB (Red+Green+Blue) = 168+204+207=579 (76% of max value = 765). Red value is 168 (66.02% from 255 or 29.02% from 579); Green value is 204 (80.08% from 255 or 35.23% from 579); Blue value is 207 (81.25% from 255 or 35.75% from 579); Max value from RGB is 207 - color contains mainly: blue. Hex color #A8CCCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8CCCF is #573330. Grayscale: #C1C1C1. Windows color (decimal): -5714737 or 13618344. OLE color: 13618344.

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

Color convert

RGB 168 204 207 -
CMYK 0.19 0.01 0 0.19
HSL 184.62º 0.29% 0.74% -
HSV(B) 184.62º 0.19% 0.81% -
XYZ 49 56.02 67.26 -
YUV 193.58 135.57 109.76 -
System Red Green Blue C M Y K H S L
Decimal 168 204 207 0.19 0.01 0 0.19 184.62 0.29 0.74
Hex A8 CC CF 13 1 0 13 B9 1D 4A
Octal 250 314 317 23 1 0 23 271 35 112
Binary 10101000 11001100 11001111 10011 1 0 10011 10111001 11101 1001010

Color Harmonies of #A8CCCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8CCCF

Black with #A8CCCF

Text Example


Text Example

White with #A8CCCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8CCCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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