Html Css Color HEX #A0CFD1 Morning Glory

📋 copy color: '#A0CFD1'

red 160 ◦ green 207 ◦ blue 209

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

Shades of Morning Glory #A0CFD1

Tints of Morning Glory #A0CFD1

RGB

 RED value IS 160 (62.89% from 255) = 27.78%

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

 BLUE value IS 209 (82.03% from 255) = 36.28%

R = 27.78%
G = 35.94%
B = 36.28%

CMYK

 C value IS 0.23

 M value IS 0.01

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A0CFD1 (or 0xA0CFD1) is known color: Morning Glory. HEX triplet: A0, CF and D1. RGB value is (160,207,209). Sum of RGB (Red+Green+Blue) = 160+207+209=576 (76% of max value = 765). Red value is 160 (62.89% from 255 or 27.78% from 576); Green value is 207 (81.25% from 255 or 35.94% from 576); Blue value is 209 (82.03% from 255 or 36.28% from 576); Max value from RGB is 209 - color contains mainly: blue. Hex color #A0CFD1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0CFD1 is #5F302E. Grayscale: #C1C1C1. Windows color (decimal): -6238255 or 13750176. OLE color: 13750176.

HSL color Cylindrical-coordinate representation of color #A0CFD1: hue angle of 182.45º degrees, saturation: 0.35, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A0CFD1 is Cyan = 0.23, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 160 207 209 -
CMYK 0.23 0.01 0 0.18
HSL 182.45º 0.35% 0.72% -
HSV(B) 182.45º 0.23% 0.82% -
XYZ 48.32 56.7 68.72 -
YUV 193.18 136.93 104.34 -
System Red Green Blue C M Y K H S L
Decimal 160 207 209 0.23 0.01 0 0.18 182.45 0.35 0.72
Hex A0 CF D1 17 1 0 12 B6 23 48
Octal 240 317 321 27 1 0 22 266 43 110
Binary 10100000 11001111 11010001 10111 1 0 10010 10110110 100011 1001000

Color Harmonies of #A0CFD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0CFD1

Black with #A0CFD1

Text Example


Text Example

White with #A0CFD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0CFD1; }

 p { color: rgb(160,207,209); }

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

background-color css

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

 a { background-color: rgb(160,207,209); }

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

border-color css

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

 span { border-color: rgb(160,207,209); }

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