Html Css Color HEX #A5CCCF Morning Glory

📋 copy color: '#A5CCCF'

red 165 ◦ green 204 ◦ blue 207

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

Shades of Morning Glory #A5CCCF

Tints of Morning Glory #A5CCCF

RGB

 RED value IS 165 (64.84% from 255) = 28.65%

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

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

R = 28.65%
G = 35.42%
B = 35.94%

CMYK

 C value IS 0.20

 M value IS 0.01

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A5CCCF (or 0xA5CCCF) is known color: Morning Glory. HEX triplet: A5, CC and CF. RGB value is (165,204,207). Sum of RGB (Red+Green+Blue) = 165+204+207=576 (76% of max value = 765). Red value is 165 (64.84% from 255 or 28.65% from 576); Green value is 204 (80.08% from 255 or 35.42% from 576); Blue value is 207 (81.25% from 255 or 35.94% from 576); Max value from RGB is 207 - color contains mainly: blue. Hex color #A5CCCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5CCCF is #5A3330. Grayscale: #C0C0C0. Windows color (decimal): -5911345 or 13618341. OLE color: 13618341.

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

Color convert

RGB 165 204 207 -
CMYK 0.20 0.01 0 0.19
HSL 184.29º 0.3% 0.73% -
HSV(B) 184.29º 0.2% 0.81% -
XYZ 48.37 55.69 67.23 -
YUV 192.68 136.08 108.26 -
System Red Green Blue C M Y K H S L
Decimal 165 204 207 0.20 0.01 0 0.19 184.29 0.3 0.73
Hex A5 CC CF 14 1 0 13 B8 1E 49
Octal 245 314 317 24 1 0 23 270 36 111
Binary 10100101 11001100 11001111 10100 1 0 10011 10111000 11110 1001001

Color Harmonies of #A5CCCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5CCCF

Black with #A5CCCF

Text Example


Text Example

White with #A5CCCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5CCCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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